#05150D

Color #05150D Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #05150D

Tints of Dark Green #05150D

Color information

#05150D (or 0x05150D) is unknown color: approx Dark Green. HEX triplet: 05, 15 and 0D. RGB value is (5,21,13). Sum of RGB (Red+Green+Blue) = 5+21+13=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #05150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05150D is #FAEAF2. Grayscale: #0F0F0F. Windows color (decimal): -16444147 or 857349. OLE color: 857349.

HSL color Cylindrical-coordinate representation of color #05150D: hue angle of 150º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #05150D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB52113-
CMYK0.7600.380.92
HSL150º61.54%5.1%-
HSV(B)150º76.19%8.24%-
XYZ0.40.60.47-
YUV15.3126.7120.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 21 (8.59% from 255) = 53.85%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=12.82%
G=53.85%
B=33.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal521130.7600.380.9215061.545.1
Hex515D4C0265C963e5
Octal52515114046134226765
Binary10110101110110011000100110101110010010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05150D; }

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

 H1.HeaderClassName
 {
   color: #05150D;
 }
 .AnyTagClassName
 {
   color: #05150D;
 }
</style>
background-color css

<style>
 a { background-color: #05150D; }

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

 div.DivClassName
 {
   background-color: #05150D;
 }
 .BgClassName
 {
   background-color: #05150D;
 }
</style>
border-color css

<style>
 span { border-color: #05150D; }

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

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