#0D1512

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

Shades of Dark Green #0D1512

Tints of Dark Green #0D1512

Color information

#0D1512 (or 0x0D1512) is unknown color: approx Dark Green. HEX triplet: 0D, 15 and 12. RGB value is (13,21,18). Sum of RGB (Red+Green+Blue) = 13+21+18=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #0D1512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1512 is #F2EAED. Grayscale: #121212. Windows color (decimal): -15919854 or 1185037. OLE color: 1185037.

HSL color Cylindrical-coordinate representation of color #0D1512: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1512 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB132118-
CMYK0.3800.140.92
HSL157.5º23.53%6.67%-
HSV(B)157.5º38.1%8.24%-
XYZ0.540.670.67-
YUV18.27127.85124.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=25%
G=40.38%
B=34.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1321180.3800.140.92157.523.536.67
HexD1512260E5C9e187
Octal15252246016134236307
Binary110110101100101001100111010111001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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