#058200

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

Shades of Green #058200

Tints of Green #058200

Color information

#058200 (or 0x058200) is unknown color: approx Green. HEX triplet: 05, 82 and 00. RGB value is (5,130,0). Sum of RGB (Red+Green+Blue) = 5+130+0=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 130 (51.17% from 255 or 96.30% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 130 - color contains mainly: green. Hex color #058200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058200 is #FA7DFF. Grayscale: #4E4E4E. Windows color (decimal): -16416256 or 33285. OLE color: 33285.

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

Color convert

RGB51300-
CMYK0.96010.49
HSL117.69º100%25.49%-
HSV(B)117.69º100%50.98%-
XYZ8.05162.66-
YUV77.8184.0976.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 130 (51.17% from 255) = 96.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.70%
G=96.30%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal513000.96010.49117.6910025.49
Hex58206006431766419
Octal5202014001446116614431
Binary1011000001001100000011001001100011110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058200; }

 p { color: rgb(5,130,0); }

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

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

 a { background-color: rgb(5,130,0); }

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

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

 span { border-color: rgb(5,130,0); }

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