Html Css Color HEX #0D1815 Dark Green

📋 copy color: '#0D1815'

red 13 ◦ green 24 ◦ blue 21

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

Shades of Dark Green #0D1815

Tints of Dark Green #0D1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 41.38%

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

R = 22.41%
G = 41.38%
B = 36.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#0D1815 (or 0x0D1815) is known color: Dark Green. HEX triplet: 0D, 18 and 15. RGB value is (13,24,21). Sum of RGB (Red+Green+Blue) = 13+24+21=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1815 is #F2E7EA. Grayscale: #141414. Windows color (decimal): -15919083 or 1382413. OLE color: 1382413.

HSL color Cylindrical-coordinate representation of color #0D1815: hue angle of 163.64º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D1815 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 24 21 -
CMYK 0.46 0 0.13 0.91
HSL 163.64º 0.3% 0.07% -
HSV(B) 163.64º 0.46% 0.09% -
XYZ 0.63 0.79 0.83 -
YUV 20.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 13 24 21 0.46 0 0.13 0.91 163.64 0.3 0.07
Hex D 18 15 2E 0 D 5B A4 1E 7
Octal 15 30 25 56 0 15 133 244 36 7
Binary 1101 11000 10101 101110 0 1101 1011011 10100100 11110 111

Color Harmonies of #0D1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1815

Black with #0D1815

Text Example


Text Example

White with #0D1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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