#021309

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

Shades of Dark Green #021309

Tints of Dark Green #021309

Color information

#021309 (or 0x021309) is unknown color: approx Dark Green. HEX triplet: 02, 13 and 09. RGB value is (2,19,9). Sum of RGB (Red+Green+Blue) = 2+19+9=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #021309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021309 is #FDECF6. Grayscale: #0C0C0C. Windows color (decimal): -16641271 or 594690. OLE color: 594690.

HSL color Cylindrical-coordinate representation of color #021309: hue angle of 144.71º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021309 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB2199-
CMYK0.8900.530.93
HSL144.71º80.95%4.12%-
HSV(B)144.71º89.47%7.45%-
XYZ0.310.50.34-
YUV12.78125.87120.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 19 (7.81% from 255) = 63.33%
BLUE value IS 9 (3.91% from 255) = 30%
R=6.67%
G=63.33%
B=30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21990.8900.530.93144.7180.954.12
Hex2139590355D91514
Octal223111310651352211214
Binary10100111001101100101101011011101100100011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021309; }

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

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

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

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

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

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

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

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