#059E2A

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

Shades of Dark Pastel Green #059E2A

Tints of Dark Pastel Green #059E2A

Color information

#059E2A (or 0x059E2A) is unknown color: approx Dark Pastel Green. HEX triplet: 05, 9E and 2A. RGB value is (5,158,42). Sum of RGB (Red+Green+Blue) = 5+158+42=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 158 (62.11% from 255 or 77.07% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 158 - color contains mainly: green. Hex color #059E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059E2A is #FA61D5. Grayscale: #636363. Windows color (decimal): -16409046 or 2792965. OLE color: 2792965.

HSL color Cylindrical-coordinate representation of color #059E2A: hue angle of 134.51º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E2A is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB515842-
CMYK0.9700.730.38
HSL134.51º93.87%31.96%-
HSV(B)134.51º96.84%61.96%-
XYZ12.7124.656.28-
YUV99.0395.8160.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 158 (62.11% from 255) = 77.07%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=2.44%
G=77.07%
B=20.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5158420.9700.730.38134.5193.8731.96
Hex59E2A6104926875e20
Octal52365214101114620713640
Binary10110011110101010110000101001001100110100001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059E2A; }

 p { color: rgb(5,158,42); }

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

<style>
 a { background-color: #059E2A; }

 a { background-color: rgb(5,158,42); }

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

<style>
 span { border-color: #059E2A; }

 span { border-color: rgb(5,158,42); }

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