#053A29

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

Shades of Dark Green #053A29

Tints of Dark Green #053A29

Color information

#053A29 (or 0x053A29) is unknown color: approx Dark Green. HEX triplet: 05, 3A and 29. RGB value is (5,58,41). Sum of RGB (Red+Green+Blue) = 5+58+41=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #053A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A29 is #FAC5D6. Grayscale: #282828. Windows color (decimal): -16434647 or 2701829. OLE color: 2701829.

HSL color Cylindrical-coordinate representation of color #053A29: hue angle of 160.75º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A29 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB55841-
CMYK0.9100.290.77
HSL160.75º84.13%12.35%-
HSV(B)160.75º91.38%22.75%-
XYZ1.983.222.61-
YUV40.21128.44102.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 58 (23.05% from 255) = 55.77%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=4.81%
G=55.77%
B=39.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558410.9100.290.77160.7584.1312.35
Hex53A295B01D4Da154c
Octal5725113303511524112414
Binary101111010101001101101101110110011011010000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A29; }

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

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

<style>
 a { background-color: #053A29; }

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

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

<style>
 span { border-color: #053A29; }

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

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