#020906

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

Shades of Dark Green #020906

Tints of Dark Green #020906

Color information

#020906 (or 0x020906) is unknown color: approx Dark Green. HEX triplet: 02, 09 and 06. RGB value is (2,9,6). Sum of RGB (Red+Green+Blue) = 2+9+6=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 9 (3.91% from 255 or 52.94% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 9 - color contains mainly: green. Hex color #020906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020906 is #FDF6F9. Grayscale: #060606. Windows color (decimal): -16643834 or 395522. OLE color: 395522.

HSL color Cylindrical-coordinate representation of color #020906: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020906 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.96.

Color convert

RGB296-
CMYK0.7800.330.96
HSL154.29º63.64%2.16%-
HSV(B)154.29º77.78%3.53%-
XYZ0.160.220.21-
YUV6.56127.68124.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.76%
GREEN value IS 9 (3.91% from 255) = 52.94%
BLUE value IS 6 (2.73% from 255) = 35.29%
R=11.76%
G=52.94%
B=35.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal2960.7800.330.96154.2963.642.16
Hex2964E021609a402
Octal21161160411402321002
Binary10100111010011100100001110000010011010100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020906; }

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

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

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

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

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

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

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

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