#020D0C

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

Shades of Dark Green #020D0C

Tints of Dark Green #020D0C

Color information

#020D0C (or 0x020D0C) is unknown color: approx Dark Green. HEX triplet: 02, 0D and 0C. RGB value is (2,13,12). Sum of RGB (Red+Green+Blue) = 2+13+12=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 13 - color contains mainly: green. Hex color #020D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D0C is #FDF2F3. Grayscale: #090909. Windows color (decimal): -16642804 or 789762. OLE color: 789762.

HSL color Cylindrical-coordinate representation of color #020D0C: hue angle of 174.55º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #020D0C is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB21312-
CMYK0.8500.080.95
HSL174.55º73.33%2.94%-
HSV(B)174.55º84.62%5.1%-
XYZ0.240.330.4-
YUV9.6129.36122.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 13 (5.47% from 255) = 48.15%
BLUE value IS 12 (5.08% from 255) = 44.44%
R=7.41%
G=48.15%
B=44.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal213120.8500.080.95174.5573.332.94
Hex2DC55085Faf493
Octal215141250101372571113
Binary1011011100101010101000101111110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020D0C; }

 p { color: rgb(2,13,12); }

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

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

 a { background-color: rgb(2,13,12); }

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

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

 span { border-color: rgb(2,13,12); }

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