Html Css Color HEX #0D1711 Dark Green

📋 copy color: '#0D1711'

red 13 ◦ green 23 ◦ blue 17

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

Shades of Dark Green #0D1711

Tints of Dark Green #0D1711

RGB

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

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

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

R = 24.53%
G = 43.4%
B = 32.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#0D1711 (or 0x0D1711) is known color: Dark Green. HEX triplet: 0D, 17 and 11. RGB value is (13,23,17). Sum of RGB (Red+Green+Blue) = 13+23+17=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1711 is #F2E8EE. Grayscale: #131313. Windows color (decimal): -15919343 or 1120013. OLE color: 1120013.

HSL color Cylindrical-coordinate representation of color #0D1711: hue angle of 144º 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 #0D1711 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 23 17 -
CMYK 0.43 0 0.26 0.91
HSL 144º 0.28% 0.07% -
HSV(B) 144º 0.43% 0.09% -
XYZ 0.57 0.74 0.64 -
YUV 19.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 13 23 17 0.43 0 0.26 0.91 144 0.28 0.07
Hex D 17 11 2B 0 1A 5B 90 1C 7
Octal 15 27 21 53 0 32 133 220 34 7
Binary 1101 10111 10001 101011 0 11010 1011011 10010000 11100 111

Color Harmonies of #0D1711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1711

Black with #0D1711

Text Example


Text Example

White with #0D1711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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