#021F08

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

Shades of Dark Green #021F08

Tints of Dark Green #021F08

Color information

#021F08 (or 0x021F08) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 08. RGB value is (2,31,8). Sum of RGB (Red+Green+Blue) = 2+31+8=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 31 (12.5% from 255 or 75.61% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 31 - color contains mainly: green. Hex color #021F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F08 is #FDE0F7. Grayscale: #131313. Windows color (decimal): -16638200 or 532226. OLE color: 532226.

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

Color convert

RGB2318-
CMYK0.9400.740.88
HSL132.41º87.88%6.47%-
HSV(B)132.41º93.55%12.16%-
XYZ0.561.010.4-
YUV19.71121.39115.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 31 (12.5% from 255) = 75.61%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=4.88%
G=75.61%
B=19.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal23180.9400.740.88132.4187.886.47
Hex21F85E04A5884586
Octal2371013601121302041306
Binary101111110001011110010010101011000100001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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