#05150C

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

Shades of Dark Green #05150C

Tints of Dark Green #05150C

Color information

#05150C (or 0x05150C) is unknown color: approx Dark Green. HEX triplet: 05, 15 and 0C. RGB value is (5,21,12). Sum of RGB (Red+Green+Blue) = 5+21+12=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #05150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05150C is #FAEAF3. Grayscale: #0F0F0F. Windows color (decimal): -16444148 or 791813. OLE color: 791813.

HSL color Cylindrical-coordinate representation of color #05150C: hue angle of 146.25º 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 #05150C is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB52112-
CMYK0.7600.430.92
HSL146.25º61.54%5.1%-
HSV(B)146.25º76.19%8.24%-
XYZ0.40.60.44-
YUV15.19126.2120.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 21 (8.59% from 255) = 55.26%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=13.16%
G=55.26%
B=31.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal521120.7600.430.92146.2561.545.1
Hex515C4C02B5C923e5
Octal52514114053134222765
Binary10110101110010011000101011101110010010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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