#021C09

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

Shades of Dark Green #021C09

Tints of Dark Green #021C09

Color information

#021C09 (or 0x021C09) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 09. RGB value is (2,28,9). Sum of RGB (Red+Green+Blue) = 2+28+9=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 28 (11.33% from 255 or 71.79% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 28 - color contains mainly: green. Hex color #021C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C09 is #FDE3F6. Grayscale: #121212. Windows color (decimal): -16638967 or 596994. OLE color: 596994.

HSL color Cylindrical-coordinate representation of color #021C09: hue angle of 136.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C09 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB2289-
CMYK0.9300.680.89
HSL136.15º86.67%5.88%-
HSV(B)136.15º92.86%10.98%-
XYZ0.490.860.4-
YUV18.06122.89116.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 28 (11.33% from 255) = 71.79%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=5.13%
G=71.79%
B=23.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22890.9300.680.89136.1586.675.88
Hex21C95D0445988576
Octal2341113501041312101276
Binary101110010011011101010001001011001100010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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