#053A2F

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

Shades of Dark Green #053A2F

Tints of Dark Green #053A2F

Color information

#053A2F (or 0x053A2F) is unknown color: approx Dark Green. HEX triplet: 05, 3A and 2F. RGB value is (5,58,47). Sum of RGB (Red+Green+Blue) = 5+58+47=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2F is #FAC5D0. Grayscale: #282828. Windows color (decimal): -16434641 or 3095045. OLE color: 3095045.

HSL color Cylindrical-coordinate representation of color #053A2F: hue angle of 167.55º 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 #053A2F is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB55847-
CMYK0.9100.190.77
HSL167.55º84.13%12.35%-
HSV(B)167.55º91.38%22.75%-
XYZ2.093.263.21-
YUV40.9131.44102.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=4.55%
G=52.73%
B=42.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558470.9100.190.77167.5584.1312.35
Hex53A2F5B0134Da854c
Octal5725713302311525012414
Binary101111010101111101101101001110011011010100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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