Html Css Color HEX #0D1613 Dark Green

📋 copy color: '#0D1613'

red 13 ◦ green 22 ◦ blue 19

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

Shades of Dark Green #0D1613

Tints of Dark Green #0D1613

RGB

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

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

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

R = 24.07%
G = 40.74%
B = 35.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#0D1613 (or 0x0D1613) is known color: Dark Green. HEX triplet: 0D, 16 and 13. RGB value is (13,22,19). Sum of RGB (Red+Green+Blue) = 13+22+19=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1613 is #F2E9EC. Grayscale: #121212. Windows color (decimal): -15919597 or 1250829. OLE color: 1250829.

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

Color convert

RGB 13 22 19 -
CMYK 0.41 0 0.14 0.91
HSL 160º 0.26% 0.07% -
HSV(B) 160º 0.41% 0.09% -
XYZ 0.57 0.71 0.72 -
YUV 18.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 13 22 19 0.41 0 0.14 0.91 160 0.26 0.07
Hex D 16 13 29 0 E 5B A0 1A 7
Octal 15 26 23 51 0 16 133 240 32 7
Binary 1101 10110 10011 101001 0 1110 1011011 10100000 11010 111

Color Harmonies of #0D1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1613

Black with #0D1613

Text Example


Text Example

White with #0D1613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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