Html Css Color HEX #058502 Green

📋 copy color: '#058502'

red 5 ◦ green 133 ◦ blue 2

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

Shades of Green #058502

Tints of Green #058502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 95%

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

R = 3.57%
G = 95%
B = 1.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#058502 (or 0x058502) is known color: Green. HEX triplet: 05, 85 and 02. RGB value is (5,133,2). Sum of RGB (Red+Green+Blue) = 5+133+2=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 133 (52.34% from 255 or 95% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 133 - color contains mainly: green. Hex color #058502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058502 is #FA7AFD. Grayscale: #505050. Windows color (decimal): -16415486 or 165125. OLE color: 165125.

HSL color Cylindrical-coordinate representation of color #058502: hue angle of 118.63º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058502 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 2 -
CMYK 0.96 0 0.98 0.48
HSL 118.63º 0.97% 0.26% -
HSV(B) 118.63º 0.98% 0.52% -
XYZ 8.46 16.81 2.86 -
YUV 79.79 84.09 74.65 -
System Red Green Blue C M Y K H S L
Decimal 5 133 2 0.96 0 0.98 0.48 118.63 0.97 0.26
Hex 5 85 2 60 0 62 30 77 61 1A
Octal 5 205 2 140 0 142 60 167 141 32
Binary 101 10000101 10 1100000 0 1100010 110000 1110111 1100001 11010

Color Harmonies of #058502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058502

Black with #058502

Text Example


Text Example

White with #058502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058502; }

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

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

background-color css

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

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

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

border-color css

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

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

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