Html Css Color HEX #0D1512 Dark Green

📋 copy color: '#0D1512'

red 13 ◦ green 21 ◦ blue 18

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

Shades of Dark Green #0D1512

Tints of Dark Green #0D1512

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

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 13 21 18 -
CMYK 0.38 0 0.14 0.92
HSL 157.5º 0.24% 0.07% -
HSV(B) 157.5º 0.38% 0.08% -
XYZ 0.54 0.67 0.67 -
YUV 18.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 13 21 18 0.38 0 0.14 0.92 157.5 0.24 0.07
Hex D 15 12 26 0 E 5C 9E 18 7
Octal 15 25 22 46 0 16 134 236 30 7
Binary 1101 10101 10010 100110 0 1110 1011100 10011110 11000 111

Color Harmonies of #0D1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1512

Black with #0D1512

Text Example


Text Example

White with #0D1512

Text Example


Text Example

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