Html Css Color HEX #058002 Green

📋 copy color: '#058002'

red 5 ◦ green 128 ◦ blue 2

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

Shades of Green #058002

Tints of Green #058002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 94.81%

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

R = 3.7%
G = 94.81%
B = 1.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#058002 (or 0x058002) is known color: Green. HEX triplet: 05, 80 and 02. RGB value is (5,128,2). Sum of RGB (Red+Green+Blue) = 5+128+2=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 128 (50.39% from 255 or 94.81% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 128 - color contains mainly: green. Hex color #058002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058002 is #FA7FFD. Grayscale: #4D4D4D. Windows color (decimal): -16416766 or 163845. OLE color: 163845.

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

Color convert

RGB 5 128 2 -
CMYK 0.96 0 0.98 0.50
HSL 118.57º 0.97% 0.25% -
HSV(B) 118.57º 0.98% 0.5% -
XYZ 7.79 15.47 2.63 -
YUV 76.86 85.75 76.75 -
System Red Green Blue C M Y K H S L
Decimal 5 128 2 0.96 0 0.98 0.50 118.57 0.97 0.25
Hex 5 80 2 60 0 62 32 77 61 19
Octal 5 200 2 140 0 142 62 167 141 31
Binary 101 10000000 10 1100000 0 1100010 110010 1110111 1100001 11001

Color Harmonies of #058002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058002

Black with #058002

Text Example


Text Example

White with #058002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058002; }

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

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

background-color css

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

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

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

border-color css

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

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

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