#058E45

Color #058E45 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #058E45

Tints of Pigment Green #058E45

Color information

#058E45 (or 0x058E45) is unknown color: approx Pigment Green. HEX triplet: 05, 8E and 45. RGB value is (5,142,69). Sum of RGB (Red+Green+Blue) = 5+142+69=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #058E45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E45 is #FA71BA. Grayscale: #5C5C5C. Windows color (decimal): -16413115 or 4558341. OLE color: 4558341.

HSL color Cylindrical-coordinate representation of color #058E45: hue angle of 148.03º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058E45 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB514269-
CMYK0.9600.510.44
HSL148.03º93.2%28.82%-
HSV(B)148.03º96.48%55.69%-
XYZ10.8119.818.88-
YUV92.72114.6165.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=2.31%
G=65.74%
B=31.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5142690.9600.510.44148.0393.228.82
Hex58E45600332C945d1d
Octal52161051400635422413535
Binary1011000111010001011100000011001110110010010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058E45; }

 p { color: rgb(5,142,69); }

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

<style>
 a { background-color: #058E45; }

 a { background-color: rgb(5,142,69); }

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

<style>
 span { border-color: #058E45; }

 span { border-color: rgb(5,142,69); }

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