#021E08

Color #021E08 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #021E08

Tints of Dark Green #021E08

Color information

#021E08 (or 0x021E08) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 08. RGB value is (2,30,8). Sum of RGB (Red+Green+Blue) = 2+30+8=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 30 (12.11% from 255 or 75% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 30 - color contains mainly: green. Hex color #021E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E08 is #FDE1F7. Grayscale: #131313. Windows color (decimal): -16638456 or 531970. OLE color: 531970.

HSL color Cylindrical-coordinate representation of color #021E08: hue angle of 132.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E08 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB2308-
CMYK0.9300.730.88
HSL132.86º87.5%6.27%-
HSV(B)132.86º93.33%11.76%-
XYZ0.530.960.39-
YUV19.12121.72115.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 30 (12.11% from 255) = 75%
BLUE value IS 8 (3.52% from 255) = 20%
R=5%
G=75%
B=20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal23080.9300.730.88132.8687.56.27
Hex21E85D0495885586
Octal2361013501111302051306
Binary101111010001011101010010011011000100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021E08; }

 p { color: rgb(2,30,8); }

 H1.HeaderClassName
 {
   color: #021E08;
 }
 .AnyTagClassName
 {
   color: #021E08;
 }
</style>
background-color css

<style>
 a { background-color: #021E08; }

 a { background-color: rgb(2,30,8); }

 div.DivClassName
 {
   background-color: #021E08;
 }
 .BgClassName
 {
   background-color: #021E08;
 }
</style>
border-color css

<style>
 span { border-color: #021E08; }

 span { border-color: rgb(2,30,8); }

 td.TdClassName
 {
   border-color: #021E08;
 }
 .TagClassName
 {
   border-color: #021E08;
 }
</style>