Html Css Color HEX #058301 Green

📋 copy color: '#058301'

red 5 ◦ green 131 ◦ blue 1

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

Shades of Green #058301

Tints of Green #058301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 95.62%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 3.65%
G = 95.62%
B = 0.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#058301 (or 0x058301) is known color: Green. HEX triplet: 05, 83 and 01. RGB value is (5,131,1). Sum of RGB (Red+Green+Blue) = 5+131+1=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 131 (51.56% from 255 or 95.62% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 131 - color contains mainly: green. Hex color #058301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058301 is #FA7CFE. Grayscale: #4E4E4E. Windows color (decimal): -16415999 or 99077. OLE color: 99077.

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

Color convert

RGB 5 131 1 -
CMYK 0.96 0 0.99 0.49
HSL 118.15º 0.98% 0.26% -
HSV(B) 118.15º 0.99% 0.51% -
XYZ 8.18 16.27 2.74 -
YUV 78.51 84.26 75.57 -
System Red Green Blue C M Y K H S L
Decimal 5 131 1 0.96 0 0.99 0.49 118.15 0.98 0.26
Hex 5 83 1 60 0 63 31 76 62 1A
Octal 5 203 1 140 0 143 61 166 142 32
Binary 101 10000011 1 1100000 0 1100011 110001 1110110 1100010 11010

Color Harmonies of #058301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058301

Black with #058301

Text Example


Text Example

White with #058301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058301; }

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

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

background-color css

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

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

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

border-color css

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

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

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