COLOR #468002

HEX: #468002
RGB: (70,128,2)

Color info

#468002 contains mainly red and green colors. Web safe color of #468002 is #336600 (or #360).

RGB color model

#468002 color RGB value is (70,128,2).

  • red value is 70;
  • green value is 128;
  • blue value is 2.
RGB:
(70,128,2)
(27%,50%,1%)

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 2 of 255 = 1%

70
128
2

R + G + B ~ 26%. #468002 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 2 = 200 (100%)
R 70 of 200 ~ 35%
G 128 of 200 ~ 64%
B 2 of 200 ~ 1%

%35
%64

CMYK color model

#468002 color CMYK value is (45,0,98,50).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 98.44%
  • key color value is 49.80%
CMYK:
(45,0,98,50)
C45M0Y98K50 
(45%,0%,98%,50%)
(0.45/0.00/0.98/0.50)	

CMYK percentages

%45.31
%0
%98.44
%49.8

Codes

Color #468002 in popluar color models

468002
RGB701282
HSL88°96.92%25.49%
HSB/HSV88°98.44%50.20%
CMYK45.31%0.00%98.44%
49.80%

Color #468002 in popluar number systems.

HEX468002
Decimal701282
Binary10001101000000010
Octal1062002

Shades and tints

Shades of #468002

#468002
(70,128,2)
#407502
(64,117,2)
#3A6A02
(58,106,2)
#345F02
(52,95,2)
#2E5402
(46,84,2)
#284902
(40,73,2)
#223E02
(34,62,2)
#1C3302
(28,51,2)
#162802
(22,40,2)
#101D02
(16,29,2)
#0A1202
(10,18,2)
#000000
(0,0,0)

Tints of #468002

#468002
(70,128,2)
#568B19
(86,139,25)
#669630
(102,150,48)
#76A147
(118,161,71)
#86AC5E
(134,172,94)
#96B775
(150,183,117)
#A6C28C
(166,194,140)
#B6CDA3
(182,205,163)
#C6D8BA
(198,216,186)
#D6E3D1
(214,227,209)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468002 color. Also use rgb(70,128,2) instead hex code.

Text Font Color

.myTextColor { color: #468002; }

<p style="color:#468002">This sample text font color is #468002.</p>

This text font color is #468002.


Background Color

.myBgColor { background-color: #468002; }

<div style="background-color:#468002">Inner text</div>

This div background color is #468002.


Border color

.myBorderColor { border: 1px solid #468002; }

<div style="border:3px solid #468002">Div</div>

This div border color is #468002.


Opacity

.myOpacity80 { color: #468002; opacity: 0.8; }

<p style="color:#468002;opacity:0.8;">80%</p>

Text with #468002 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #468002;}

<p style="text-shadow: 3px 3px 1px #468002">Text here.</p>

This text has shadow with #468002 color.

.textShadow {text-shadow: 3px 3px 1px #468002, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #468002, 5px 5px 20px red">Text here.</p>

This text has shadow with #468002 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#468002, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#468002, Direction=45, Strength=4)">Text</p>

This text has shadow with #468002 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #468002;
  -webkit-box-shadow:	1px 1px 3px 2px #468002;
  box-shadow:		1px 1px 3px 2px #468002;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #468002;
-webkit-box-shadow: 1px 1px 3px 2px #468002;
box-shadow:1px 1px 3px 2px #468002;">
Div content here</div>
This div box has shadow with color #468002.

Preview

Color preview on black background

This text has color #468002 on black background.


Color preview on white background

This text has color #468002 on white background.



Black color preview on #468002 background

This text has black color on #468002 background.


White color preview on #468002 background

This text has white color on #468002 background.