#05291F

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

Shades of Dark Green #05291F

Tints of Dark Green #05291F

Color information

#05291F (or 0x05291F) is unknown color: approx Dark Green. HEX triplet: 05, 29 and 1F. RGB value is (5,41,31). Sum of RGB (Red+Green+Blue) = 5+41+31=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #05291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05291F is #FAD6E0. Grayscale: #1D1D1D. Windows color (decimal): -16439009 or 2042117. OLE color: 2042117.

HSL color Cylindrical-coordinate representation of color #05291F: hue angle of 163.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 #05291F is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB54131-
CMYK0.8800.240.84
HSL163.33º78.26%9.02%-
HSV(B)163.33º87.8%16.08%-
XYZ1.11.721.57-
YUV29.1129.07110.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 41 (16.41% from 255) = 53.25%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=6.49%
G=53.25%
B=40.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal541310.8800.240.84163.3378.269.02
Hex5291F5801854a34e9
Octal5513713003012424311611
Binary10110100111111101100001100010101001010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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