Html Css Color HEX #0D1412 Dark Green

📋 copy color: '#0D1412'

red 13 ◦ green 20 ◦ blue 18

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

Shades of Dark Green #0D1412

Tints of Dark Green #0D1412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 39.22%

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

R = 25.49%
G = 39.22%
B = 35.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#0D1412 (or 0x0D1412) is known color: Dark Green. HEX triplet: 0D, 14 and 12. RGB value is (13,20,18). Sum of RGB (Red+Green+Blue) = 13+20+18=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1412 is #F2EBED. Grayscale: #111111. Windows color (decimal): -15920110 or 1184781. OLE color: 1184781.

HSL color Cylindrical-coordinate representation of color #0D1412: hue angle of 162.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1412 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 20 18 -
CMYK 0.35 0 0.10 0.92
HSL 162.86º 0.21% 0.06% -
HSV(B) 162.86º 0.35% 0.08% -
XYZ 0.53 0.63 0.67 -
YUV 17.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 13 20 18 0.35 0 0.10 0.92 162.86 0.21 0.06
Hex D 14 12 23 0 A 5C A3 15 6
Octal 15 24 22 43 0 12 134 243 25 6
Binary 1101 10100 10010 100011 0 1010 1011100 10100011 10101 110

Color Harmonies of #0D1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1412

Black with #0D1412

Text Example


Text Example

White with #0D1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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