#053A2B

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

Shades of Dark Green #053A2B

Tints of Dark Green #053A2B

Color information

#053A2B (or 0x053A2B) is unknown color: approx Dark Green. HEX triplet: 05, 3A and 2B. RGB value is (5,58,43). Sum of RGB (Red+Green+Blue) = 5+58+43=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2B is #FAC5D4. Grayscale: #282828. Windows color (decimal): -16434645 or 2832901. OLE color: 2832901.

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

Color convert

RGB55843-
CMYK0.9100.260.77
HSL163.02º84.13%12.35%-
HSV(B)163.02º91.38%22.75%-
XYZ2.013.232.8-
YUV40.44129.44102.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 58 (23.05% from 255) = 54.72%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=4.72%
G=54.72%
B=40.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558430.9100.260.77163.0284.1312.35
Hex53A2B5B01A4Da354c
Octal5725313303211524312414
Binary101111010101011101101101101010011011010001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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