#058302

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

Shades of Green #058302

Tints of Green #058302

Color information

#058302 (or 0x058302) is unknown color: approx Green. HEX triplet: 05, 83 and 02. RGB value is (5,131,2). Sum of RGB (Red+Green+Blue) = 5+131+2=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 131 (51.56% from 255 or 94.93% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 131 - color contains mainly: green. Hex color #058302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058302 is #FA7CFD. Grayscale: #4F4F4F. Windows color (decimal): -16415998 or 164613. OLE color: 164613.

HSL color Cylindrical-coordinate representation of color #058302: hue angle of 118.6º 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 #058302 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB51312-
CMYK0.9600.980.49
HSL118.6º96.99%26.08%-
HSV(B)118.6º98.47%51.37%-
XYZ8.1916.272.77-
YUV78.6284.7675.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 131 (51.56% from 255) = 94.93%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=3.62%
G=94.93%
B=1.45%

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
Decimal513120.9600.980.49118.696.9926.08
Hex5832600623177611a
Octal5203214001426116714132
Binary10110000011101100000011000101100011110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058302; }

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

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

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

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

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

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

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

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