#021A09

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

Shades of Dark Green #021A09

Tints of Dark Green #021A09

Color information

#021A09 (or 0x021A09) is unknown color: approx Dark Green. HEX triplet: 02, 1A and 09. RGB value is (2,26,9). Sum of RGB (Red+Green+Blue) = 2+26+9=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 26 (10.55% from 255 or 70.27% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 26 - color contains mainly: green. Hex color #021A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A09 is #FDE5F6. Grayscale: #101010. Windows color (decimal): -16639479 or 596482. OLE color: 596482.

HSL color Cylindrical-coordinate representation of color #021A09: hue angle of 137.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021A09 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB2269-
CMYK0.9200.650.90
HSL137.5º85.71%5.49%-
HSV(B)137.5º92.31%10.2%-
XYZ0.440.770.38-
YUV16.89123.55117.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 26 (10.55% from 255) = 70.27%
BLUE value IS 9 (3.91% from 255) = 24.32%
R=5.41%
G=70.27%
B=24.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal22690.9200.650.90137.585.715.49
Hex21A95C0415A8a565
Octal2321113401011322121265
Binary101101010011011100010000011011010100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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