#058702

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

Shades of Green #058702

Tints of Green #058702

Color information

#058702 (or 0x058702) is unknown color: approx Green. HEX triplet: 05, 87 and 02. RGB value is (5,135,2). Sum of RGB (Red+Green+Blue) = 5+135+2=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 135 (53.12% from 255 or 95.07% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 135 - color contains mainly: green. Hex color #058702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058702 is #FA78FD. Grayscale: #515151. Windows color (decimal): -16414974 or 165637. OLE color: 165637.

HSL color Cylindrical-coordinate representation of color #058702: hue angle of 118.65º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #058702 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB51352-
CMYK0.9600.990.47
HSL118.65º97.08%26.86%-
HSV(B)118.65º98.52%52.94%-
XYZ8.7417.362.95-
YUV80.9783.4373.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 135 (53.12% from 255) = 95.07%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=3.52%
G=95.07%
B=1.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal513520.9600.990.47118.6597.0826.86
Hex5872600632F77611b
Octal5207214001435716714133
Binary10110000111101100000011000111011111110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058702; }

 p { color: rgb(5,135,2); }

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

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

 a { background-color: rgb(5,135,2); }

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

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

 span { border-color: rgb(5,135,2); }

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