Html Css Color HEX #0D1615 Dark Green

📋 copy color: '#0D1615'

red 13 ◦ green 22 ◦ blue 21

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

Shades of Dark Green #0D1615

Tints of Dark Green #0D1615

RGB

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

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

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

R = 23.21%
G = 39.29%
B = 37.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#0D1615 (or 0x0D1615) is known color: Dark Green. HEX triplet: 0D, 16 and 15. RGB value is (13,22,21). Sum of RGB (Red+Green+Blue) = 13+22+21=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1615 is #F2E9EA. Grayscale: #131313. Windows color (decimal): -15919595 or 1381901. OLE color: 1381901.

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

Color convert

RGB 13 22 21 -
CMYK 0.41 0 0.05 0.91
HSL 173.33º 0.26% 0.07% -
HSV(B) 173.33º 0.41% 0.09% -
XYZ 0.59 0.71 0.82 -
YUV 19.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 13 22 21 0.41 0 0.05 0.91 173.33 0.26 0.07
Hex D 16 15 29 0 5 5B AD 1A 7
Octal 15 26 25 51 0 5 133 255 32 7
Binary 1101 10110 10101 101001 0 101 1011011 10101101 11010 111

Color Harmonies of #0D1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1615

Black with #0D1615

Text Example


Text Example

White with #0D1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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