#021409

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

Shades of Dark Green #021409

Tints of Dark Green #021409

Color information

#021409 (or 0x021409) is unknown color: approx Dark Green. HEX triplet: 02, 14 and 09. RGB value is (2,20,9). Sum of RGB (Red+Green+Blue) = 2+20+9=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #021409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021409 is #FDEBF6. Grayscale: #0D0D0D. Windows color (decimal): -16641015 or 594946. OLE color: 594946.

HSL color Cylindrical-coordinate representation of color #021409: hue angle of 143.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021409 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB2209-
CMYK0.9000.550.92
HSL143.33º81.82%4.31%-
HSV(B)143.33º90%7.84%-
XYZ0.320.530.34-
YUV13.36125.54119.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 20 (8.20% from 255) = 64.52%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=6.45%
G=64.52%
B=29.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal22090.9000.550.92143.3381.824.31
Hex21495A0375C8f524
Octal224111320671342171224
Binary10101001001101101001101111011100100011111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021409; }

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

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

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

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

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

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

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

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