Html Css Color HEX #058200 Green

📋 copy color: '#058200'

red 5 ◦ green 130 ◦ blue 0

#058200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #058200

Tints of Green #058200

RGB

 RED value IS 5 (2.34% from 255) = 3.7%

 GREEN value IS 130 (51.17% from 255) = 96.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.7%
G = 96.3%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#058200 (or 0x058200) is known color: 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

RGB 5 130 0 -
CMYK 0.96 0 1 0.49
HSL 117.69º 1% 0.25% -
HSV(B) 117.69º 1% 0.51% -
XYZ 8.05 16 2.66 -
YUV 77.81 84.09 76.07 -
System Red Green Blue C M Y K H S L
Decimal 5 130 0 0.96 0 1 0.49 117.69 1 0.25
Hex 5 82 0 60 0 64 31 76 64 19
Octal 5 202 0 140 0 144 61 166 144 31
Binary 101 10000010 0 1100000 0 1100100 110001 1110110 1100100 11001

Color Harmonies of #058200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058200

Black with #058200

Text Example


Text Example

White with #058200

Text Example


Text Example

HTML Codes & Css Web 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>