#059E2C

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

Shades of Dark Pastel Green #059E2C

Tints of Dark Pastel Green #059E2C

Color information

#059E2C (or 0x059E2C) is unknown color: approx Dark Pastel Green. HEX triplet: 05, 9E and 2C. RGB value is (5,158,44). Sum of RGB (Red+Green+Blue) = 5+158+44=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 158 (62.11% from 255 or 76.33% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 158 - color contains mainly: green. Hex color #059E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059E2C is #FA61D3. Grayscale: #636363. Windows color (decimal): -16409044 or 2924037. OLE color: 2924037.

HSL color Cylindrical-coordinate representation of color #059E2C: hue angle of 135.29º 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 #059E2C is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB515844-
CMYK0.9700.720.38
HSL135.29º93.87%31.96%-
HSV(B)135.29º96.84%61.96%-
XYZ12.7424.676.47-
YUV99.2696.8160.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 158 (62.11% from 255) = 76.33%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=2.42%
G=76.33%
B=21.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5158440.9700.720.38135.2993.8731.96
Hex59E2C6104826875e20
Octal52365414101104620713640
Binary10110011110101100110000101001000100110100001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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