#05291C

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

Shades of Dark Green #05291C

Tints of Dark Green #05291C

Color information

#05291C (or 0x05291C) is unknown color: approx Dark Green. HEX triplet: 05, 29 and 1C. RGB value is (5,41,28). Sum of RGB (Red+Green+Blue) = 5+41+28=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #05291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05291C is #FAD6E3. Grayscale: #1C1C1C. Windows color (decimal): -16439012 or 1845509. OLE color: 1845509.

HSL color Cylindrical-coordinate representation of color #05291C: hue angle of 158.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05291C is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB54128-
CMYK0.8800.320.84
HSL158.33º78.26%9.02%-
HSV(B)158.33º87.8%16.08%-
XYZ1.071.71.37-
YUV28.75127.57111.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 41 (16.41% from 255) = 55.41%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=6.76%
G=55.41%
B=37.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal541280.8800.320.84158.3378.269.02
Hex5291C58020549e4e9
Octal5513413004012423611611
Binary101101001111001011000010000010101001001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,41,28); }

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

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

 a { background-color: rgb(5,41,28); }

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

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

 span { border-color: rgb(5,41,28); }

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