Html Css Color HEX #0D1715 Dark Green

📋 copy color: '#0D1715'

red 13 ◦ green 23 ◦ blue 21

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

Shades of Dark Green #0D1715

Tints of Dark Green #0D1715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 36.84%

R = 22.81%
G = 40.35%
B = 36.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#0D1715 (or 0x0D1715) is known color: Dark Green. HEX triplet: 0D, 17 and 15. RGB value is (13,23,21). Sum of RGB (Red+Green+Blue) = 13+23+21=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1715 is #F2E8EA. Grayscale: #131313. Windows color (decimal): -15919339 or 1382157. OLE color: 1382157.

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

Color convert

RGB 13 23 21 -
CMYK 0.43 0 0.09 0.91
HSL 168º 0.28% 0.07% -
HSV(B) 168º 0.43% 0.09% -
XYZ 0.61 0.75 0.82 -
YUV 19.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 13 23 21 0.43 0 0.09 0.91 168 0.28 0.07
Hex D 17 15 2B 0 9 5B A8 1C 7
Octal 15 27 25 53 0 11 133 250 34 7
Binary 1101 10111 10101 101011 0 1001 1011011 10101000 11100 111

Color Harmonies of #0D1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1715

Black with #0D1715

Text Example


Text Example

White with #0D1715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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