#0D1812

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

Shades of Dark Green #0D1812

Tints of Dark Green #0D1812

Color information

#0D1812 (or 0x0D1812) is unknown color: approx Dark Green. HEX triplet: 0D, 18 and 12. RGB value is (13,24,18). Sum of RGB (Red+Green+Blue) = 13+24+18=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1812 is #F2E7ED. Grayscale: #141414. Windows color (decimal): -15919086 or 1185805. OLE color: 1185805.

HSL color Cylindrical-coordinate representation of color #0D1812: hue angle of 147.27º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D1812 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB132418-
CMYK0.4600.250.91
HSL147.27º29.73%7.25%-
HSV(B)147.27º45.83%9.41%-
XYZ0.60.780.69-
YUV20.03126.86122.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.64%
GREEN value IS 24 (9.77% from 255) = 43.64%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=23.64%
G=43.64%
B=32.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1324180.4600.250.91147.2729.737.25
HexD18122E0195B931e7
Octal15302256031133223367
Binary1101110001001010111001100110110111001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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