Html Css Color HEX #058012 Green

📋 copy color: '#058012'

red 5 ◦ green 128 ◦ blue 18

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

Shades of Green #058012

Tints of Green #058012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 3.31%
G = 84.77%
B = 11.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#058012 (or 0x058012) is known color: Green. HEX triplet: 05, 80 and 12. RGB value is (5,128,18). Sum of RGB (Red+Green+Blue) = 5+128+18=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 128 (50.39% from 255 or 84.77% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 128 - color contains mainly: green. Hex color #058012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058012 is #FA7FED. Grayscale: #4F4F4F. Windows color (decimal): -16416750 or 1212421. OLE color: 1212421.

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

Color convert

RGB 5 128 18 -
CMYK 0.96 0 0.86 0.50
HSL 126.34º 0.92% 0.26% -
HSV(B) 126.34º 0.96% 0.5% -
XYZ 7.89 15.51 3.15 -
YUV 78.68 93.75 75.44 -
System Red Green Blue C M Y K H S L
Decimal 5 128 18 0.96 0 0.86 0.50 126.34 0.92 0.26
Hex 5 80 12 60 0 56 32 7E 5C 1A
Octal 5 200 22 140 0 126 62 176 134 32
Binary 101 10000000 10010 1100000 0 1010110 110010 1111110 1011100 11010

Color Harmonies of #058012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058012

Black with #058012

Text Example


Text Example

White with #058012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058012; }

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

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

background-color css

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

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

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

border-color css

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

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

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