Html Css Color HEX #0D1713 Dark Green

📋 copy color: '#0D1713'

red 13 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #0D1713

Tints of Dark Green #0D1713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 23.64%
G = 41.82%
B = 34.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#0D1713 (or 0x0D1713) is known color: Dark Green. HEX triplet: 0D, 17 and 13. RGB value is (13,23,19). Sum of RGB (Red+Green+Blue) = 13+23+19=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1713 is #F2E8EC. Grayscale: #131313. Windows color (decimal): -15919341 or 1251085. OLE color: 1251085.

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

Color convert

RGB 13 23 19 -
CMYK 0.43 0 0.17 0.91
HSL 156º 0.28% 0.07% -
HSV(B) 156º 0.43% 0.09% -
XYZ 0.59 0.75 0.73 -
YUV 19.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 13 23 19 0.43 0 0.17 0.91 156 0.28 0.07
Hex D 17 13 2B 0 11 5B 9C 1C 7
Octal 15 27 23 53 0 21 133 234 34 7
Binary 1101 10111 10011 101011 0 10001 1011011 10011100 11100 111

Color Harmonies of #0D1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1713

Black with #0D1713

Text Example


Text Example

White with #0D1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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