#053A2E

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

Shades of Dark Green #053A2E

Tints of Dark Green #053A2E

Color information

#053A2E (or 0x053A2E) is unknown color: approx Dark Green. HEX triplet: 05, 3A and 2E. RGB value is (5,58,46). Sum of RGB (Red+Green+Blue) = 5+58+46=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #053A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A2E is #FAC5D1. Grayscale: #282828. Windows color (decimal): -16434642 or 3029509. OLE color: 3029509.

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

Color convert

RGB55846-
CMYK0.9100.210.77
HSL166.42º84.13%12.35%-
HSV(B)166.42º91.38%22.75%-
XYZ2.073.263.1-
YUV40.78130.94102.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 58 (23.05% from 255) = 53.21%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=4.59%
G=53.21%
B=42.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558460.9100.210.77166.4284.1312.35
Hex53A2E5B0154Da654c
Octal5725613302511524612414
Binary101111010101110101101101010110011011010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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