#058102

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

Shades of Green #058102

Tints of Green #058102

Color information

#058102 (or 0x058102) is unknown color: approx Green. HEX triplet: 05, 81 and 02. RGB value is (5,129,2). Sum of RGB (Red+Green+Blue) = 5+129+2=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 129 (50.78% from 255 or 94.85% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 129 - color contains mainly: green. Hex color #058102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058102 is #FA7EFD. Grayscale: #4D4D4D. Windows color (decimal): -16416510 or 164101. OLE color: 164101.

HSL color Cylindrical-coordinate representation of color #058102: hue angle of 118.58º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058102 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB51292-
CMYK0.9600.980.49
HSL118.58º96.95%25.69%-
HSV(B)118.58º98.45%50.59%-
XYZ7.9215.742.68-
YUV77.4585.4276.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 129 (50.78% from 255) = 94.85%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=3.68%
G=94.85%
B=1.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal512920.9600.980.49118.5896.9525.69
Hex5812600623177611a
Octal5201214001426116714132
Binary10110000001101100000011000101100011110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058102; }

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

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

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

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

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

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

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

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