Html Css Color HEX #058202 Green

📋 copy color: '#058202'

red 5 ◦ green 130 ◦ blue 2

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

Shades of Green #058202

Tints of Green #058202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.46%

R = 3.65%
G = 94.89%
B = 1.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#058202 (or 0x058202) is known color: Green. HEX triplet: 05, 82 and 02. RGB value is (5,130,2). Sum of RGB (Red+Green+Blue) = 5+130+2=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 130 (51.17% from 255 or 94.89% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 130 - color contains mainly: green. Hex color #058202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058202 is #FA7DFD. Grayscale: #4E4E4E. Windows color (decimal): -16416254 or 164357. OLE color: 164357.

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

Color convert

RGB 5 130 2 -
CMYK 0.96 0 0.98 0.49
HSL 118.59º 0.97% 0.26% -
HSV(B) 118.59º 0.98% 0.51% -
XYZ 8.06 16 2.72 -
YUV 78.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 5 130 2 0.96 0 0.98 0.49 118.59 0.97 0.26
Hex 5 82 2 60 0 62 31 77 61 1A
Octal 5 202 2 140 0 142 61 167 141 32
Binary 101 10000010 10 1100000 0 1100010 110001 1110111 1100001 11010

Color Harmonies of #058202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058202

Black with #058202

Text Example


Text Example

White with #058202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058202; }

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

 H1.HeaderClassName
 {
   color: #058202;
 }
 .AnyTagClassName
 {
   color: #058202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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