#021F09

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

Shades of Dark Green #021F09

Tints of Dark Green #021F09

Color information

#021F09 (or 0x021F09) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 09. RGB value is (2,31,9). Sum of RGB (Red+Green+Blue) = 2+31+9=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 31 (12.5% from 255 or 73.81% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 31 - color contains mainly: green. Hex color #021F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F09 is #FDE0F6. Grayscale: #131313. Windows color (decimal): -16638199 or 597762. OLE color: 597762.

HSL color Cylindrical-coordinate representation of color #021F09: hue angle of 134.48º 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 #021F09 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB2319-
CMYK0.9400.710.88
HSL134.48º87.88%6.47%-
HSV(B)134.48º93.55%12.16%-
XYZ0.561.010.42-
YUV19.82121.89115.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.76%
GREEN value IS 31 (12.5% from 255) = 73.81%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=4.76%
G=73.81%
B=21.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal23190.9400.710.88134.4887.886.47
Hex21F95E0475886586
Octal2371113601071302061306
Binary101111110011011110010001111011000100001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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