Html Css Color HEX #0D1812 Dark Green

📋 copy color: '#0D1812'

red 13 ◦ green 24 ◦ blue 18

#0D1812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0D1812

Tints of Dark Green #0D1812

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 value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#0D1812 (or 0x0D1812) is known color: 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

RGB 13 24 18 -
CMYK 0.46 0 0.25 0.91
HSL 147.27º 0.3% 0.07% -
HSV(B) 147.27º 0.46% 0.09% -
XYZ 0.6 0.78 0.69 -
YUV 20.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 13 24 18 0.46 0 0.25 0.91 147.27 0.3 0.07
Hex D 18 12 2E 0 19 5B 93 1E 7
Octal 15 30 22 56 0 31 133 223 36 7
Binary 1101 11000 10010 101110 0 11001 1011011 10010011 11110 111

Color Harmonies of #0D1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1812

Black with #0D1812

Text Example


Text Example

White with #0D1812

Text Example


Text Example

HTML Codes & Css Web 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>