#058E35

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

Shades of Pigment Green #058E35

Tints of Pigment Green #058E35

Color information

#058E35 (or 0x058E35) is unknown color: approx Pigment Green. HEX triplet: 05, 8E and 35. RGB value is (5,142,53). Sum of RGB (Red+Green+Blue) = 5+142+53=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 142 (55.86% from 255 or 71% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 142 - color contains mainly: green. Hex color #058E35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E35 is #FA71CA. Grayscale: #5B5B5B. Windows color (decimal): -16413131 or 3509765. OLE color: 3509765.

HSL color Cylindrical-coordinate representation of color #058E35: hue angle of 141.02º 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 #058E35 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB514253-
CMYK0.9600.630.44
HSL141.02º93.2%28.82%-
HSV(B)141.02º96.48%55.69%-
XYZ10.3819.646.61-
YUV90.89106.6166.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 142 (55.86% from 255) = 71%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=2.5%
G=71%
B=26.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5142530.9600.630.44141.0293.228.82
Hex58E356003F2C8d5d1d
Octal5216651400775421513535
Binary101100011101101011100000011111110110010001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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