Html Css Color HEX #058305 Green

📋 copy color: '#058305'

red 5 ◦ green 131 ◦ blue 5

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

Shades of Green #058305

Tints of Green #058305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 3.55%
G = 92.91%
B = 3.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#058305 (or 0x058305) is known color: Green. HEX triplet: 05, 83 and 05. RGB value is (5,131,5). Sum of RGB (Red+Green+Blue) = 5+131+5=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 131 (51.56% from 255 or 92.91% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 131 - color contains mainly: green. Hex color #058305 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058305 is #FA7CFA. Grayscale: #4F4F4F. Windows color (decimal): -16415995 or 361221. OLE color: 361221.

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

Color convert

RGB 5 131 5 -
CMYK 0.96 0 0.96 0.49
HSL 120º 0.93% 0.27% -
HSV(B) 120º 0.96% 0.51% -
XYZ 8.21 16.28 2.85 -
YUV 78.96 86.26 75.25 -
System Red Green Blue C M Y K H S L
Decimal 5 131 5 0.96 0 0.96 0.49 120 0.93 0.27
Hex 5 83 5 60 0 60 31 78 5D 1B
Octal 5 203 5 140 0 140 61 170 135 33
Binary 101 10000011 101 1100000 0 1100000 110001 1111000 1011101 11011

Color Harmonies of #058305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058305

Black with #058305

Text Example


Text Example

White with #058305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058305; }

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

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

background-color css

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

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

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

border-color css

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

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

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