#0D1210

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

Shades of Dark Green #0D1210

Tints of Dark Green #0D1210

Color information

#0D1210 (or 0x0D1210) is unknown color: approx Dark Green. HEX triplet: 0D, 12 and 10. RGB value is (13,18,16). Sum of RGB (Red+Green+Blue) = 13+18+16=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 18 - color contains mainly: green. Hex color #0D1210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1210 is #F2EDEF. Grayscale: #101010. Windows color (decimal): -15920624 or 1053197. OLE color: 1053197.

HSL color Cylindrical-coordinate representation of color #0D1210: hue angle of 156º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D1210 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB131816-
CMYK0.2800.110.93
HSL156º16.13%6.08%-
HSV(B)156º27.78%7.06%-
XYZ0.480.560.57-
YUV16.28127.84125.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.66%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=27.66%
G=38.30%
B=34.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1318160.2800.110.9315616.136.08
HexD12101C0B5D9c106
Octal15222034013135234206
Binary11011001010000111000101110111011001110010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1210; }

 p { color: rgb(13,18,16); }

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

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

 a { background-color: rgb(13,18,16); }

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

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

 span { border-color: rgb(13,18,16); }

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