#058300

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

Shades of Green #058300

Tints of Green #058300

Color information

#058300 (or 0x058300) is unknown color: approx Green. HEX triplet: 05, 83 and 00. RGB value is (5,131,0). Sum of RGB (Red+Green+Blue) = 5+131+0=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 131 (51.56% from 255 or 96.32% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 131 - color contains mainly: green. Hex color #058300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058300 is #FA7CFF. Grayscale: #4E4E4E. Windows color (decimal): -16416000 or 33541. OLE color: 33541.

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

Color convert

RGB51310-
CMYK0.96010.49
HSL117.71º100%25.69%-
HSV(B)117.71º100%51.37%-
XYZ8.1816.262.71-
YUV78.3983.7675.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 131 (51.56% from 255) = 96.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.68%
G=96.32%
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
Decimal513100.96010.49117.7110025.69
Hex5830600643176641a
Octal5203014001446116614432
Binary1011000001101100000011001001100011110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058300; }

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

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

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

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

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

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

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

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