Html Css Color HEX #0D1712 Dark Green

📋 copy color: '#0D1712'

red 13 ◦ green 23 ◦ blue 18

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

Shades of Dark Green #0D1712

Tints of Dark Green #0D1712

RGB

 RED value IS 13 (5.47% from 255) = 24.07%

 GREEN value IS 23 (9.38% from 255) = 42.59%

 BLUE value IS 18 (7.42% from 255) = 33.33%

R = 24.07%
G = 42.59%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#0D1712 (or 0x0D1712) is known color: Dark Green. HEX triplet: 0D, 17 and 12. RGB value is (13,23,18). Sum of RGB (Red+Green+Blue) = 13+23+18=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1712 is #F2E8ED. Grayscale: #131313. Windows color (decimal): -15919342 or 1185549. OLE color: 1185549.

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

Color convert

RGB 13 23 18 -
CMYK 0.43 0 0.22 0.91
HSL 150º 0.28% 0.07% -
HSV(B) 150º 0.43% 0.09% -
XYZ 0.58 0.74 0.68 -
YUV 19.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 13 23 18 0.43 0 0.22 0.91 150 0.28 0.07
Hex D 17 12 2B 0 16 5B 96 1C 7
Octal 15 27 22 53 0 26 133 226 34 7
Binary 1101 10111 10010 101011 0 10110 1011011 10010110 11100 111

Color Harmonies of #0D1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1712

Black with #0D1712

Text Example


Text Example

White with #0D1712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D1712;
 }
 .AnyTagClassName
 {
   color: #0D1712;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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