Html Css Color HEX #0D1211 Dark Green

📋 copy color: '#0D1211'

red 13 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #0D1211

Tints of Dark Green #0D1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 37.5%

 BLUE value IS 17 (7.03% from 255) = 35.42%

R = 27.08%
G = 37.5%
B = 35.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#0D1211 (or 0x0D1211) is known color: Dark Green. HEX triplet: 0D, 12 and 11. RGB value is (13,18,17). Sum of RGB (Red+Green+Blue) = 13+18+17=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 18 - color contains mainly: green. Hex color #0D1211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1211 is #F2EDEE. Grayscale: #101010. Windows color (decimal): -15920623 or 1118733. OLE color: 1118733.

HSL color Cylindrical-coordinate representation of color #0D1211: hue angle of 168º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D1211 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 18 17 -
CMYK 0.28 0 0.06 0.93
HSL 168º 0.16% 0.06% -
HSV(B) 168º 0.28% 0.07% -
XYZ 0.48 0.56 0.61 -
YUV 16.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 13 18 17 0.28 0 0.06 0.93 168 0.16 0.06
Hex D 12 11 1C 0 6 5D A8 10 6
Octal 15 22 21 34 0 6 135 250 20 6
Binary 1101 10010 10001 11100 0 110 1011101 10101000 10000 110

Color Harmonies of #0D1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1211

Black with #0D1211

Text Example


Text Example

White with #0D1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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