Html Css Color HEX #0D1513 Dark Green

📋 copy color: '#0D1513'

red 13 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #0D1513

Tints of Dark Green #0D1513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 39.62%

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

R = 24.53%
G = 39.62%
B = 35.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#0D1513 (or 0x0D1513) is known color: Dark Green. HEX triplet: 0D, 15 and 13. RGB value is (13,21,19). Sum of RGB (Red+Green+Blue) = 13+21+19=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #0D1513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1513 is #F2EAEC. Grayscale: #121212. Windows color (decimal): -15919853 or 1250573. OLE color: 1250573.

HSL color Cylindrical-coordinate representation of color #0D1513: hue angle of 165º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1513 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 21 19 -
CMYK 0.38 0 0.10 0.92
HSL 165º 0.24% 0.07% -
HSV(B) 165º 0.38% 0.08% -
XYZ 0.55 0.67 0.72 -
YUV 18.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 13 21 19 0.38 0 0.10 0.92 165 0.24 0.07
Hex D 15 13 26 0 A 5C A5 18 7
Octal 15 25 23 46 0 12 134 245 30 7
Binary 1101 10101 10011 100110 0 1010 1011100 10100101 11000 111

Color Harmonies of #0D1513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1513

Black with #0D1513

Text Example


Text Example

White with #0D1513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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