Html Css Color HEX #0D1612 Dark Green

📋 copy color: '#0D1612'

red 13 ◦ green 22 ◦ blue 18

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

Shades of Dark Green #0D1612

Tints of Dark Green #0D1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 41.51%

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

R = 24.53%
G = 41.51%
B = 33.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#0D1612 (or 0x0D1612) is known color: Dark Green. HEX triplet: 0D, 16 and 12. RGB value is (13,22,18). Sum of RGB (Red+Green+Blue) = 13+22+18=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1612 is #F2E9ED. Grayscale: #121212. Windows color (decimal): -15919598 or 1185293. OLE color: 1185293.

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

Color convert

RGB 13 22 18 -
CMYK 0.41 0 0.18 0.91
HSL 153.33º 0.26% 0.07% -
HSV(B) 153.33º 0.41% 0.09% -
XYZ 0.56 0.7 0.68 -
YUV 18.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 13 22 18 0.41 0 0.18 0.91 153.33 0.26 0.07
Hex D 16 12 29 0 12 5B 99 1A 7
Octal 15 26 22 51 0 22 133 231 32 7
Binary 1101 10110 10010 101001 0 10010 1011011 10011001 11010 111

Color Harmonies of #0D1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1612

Black with #0D1612

Text Example


Text Example

White with #0D1612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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