#053A30

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

Shades of Dark Green #053A30

Tints of Dark Green #053A30

Color information

#053A30 (or 0x053A30) is unknown color: approx Dark Green. HEX triplet: 05, 3A and 30. RGB value is (5,58,48). Sum of RGB (Red+Green+Blue) = 5+58+48=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #053A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A30 is #FAC5CF. Grayscale: #292929. Windows color (decimal): -16434640 or 3160581. OLE color: 3160581.

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

Color convert

RGB55848-
CMYK0.9100.170.77
HSL168.68º84.13%12.35%-
HSV(B)168.68º91.38%22.75%-
XYZ2.113.273.32-
YUV41.01131.94102.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 58 (23.05% from 255) = 52.25%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=4.50%
G=52.25%
B=43.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558480.9100.170.77168.6884.1312.35
Hex53A305B0114Da954c
Octal5726013302111525112414
Binary101111010110000101101101000110011011010100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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