#058E33

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

Shades of Pigment Green #058E33

Tints of Pigment Green #058E33

Color information

#058E33 (or 0x058E33) is unknown color: approx Pigment Green. HEX triplet: 05, 8E and 33. RGB value is (5,142,51). Sum of RGB (Red+Green+Blue) = 5+142+51=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 142 (55.86% from 255 or 71.72% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 142 - color contains mainly: green. Hex color #058E33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E33 is #FA71CC. Grayscale: #5A5A5A. Windows color (decimal): -16413133 or 3378693. OLE color: 3378693.

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

Color convert

RGB514251-
CMYK0.9600.640.44
HSL140.15º93.2%28.82%-
HSV(B)140.15º96.48%55.69%-
XYZ10.3319.626.37-
YUV90.66105.6166.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 142 (55.86% from 255) = 71.72%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=2.53%
G=71.72%
B=25.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5142510.9600.640.44140.1593.228.82
Hex58E33600402C8c5d1d
Octal52166314001005421413535
Binary1011000111011001111000000100000010110010001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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