Html Css Color HEX #058214 Green

📋 copy color: '#058214'

red 5 ◦ green 130 ◦ blue 20

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

Shades of Green #058214

Tints of Green #058214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 83.87%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 3.23%
G = 83.87%
B = 12.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#058214 (or 0x058214) is known color: Green. HEX triplet: 05, 82 and 14. RGB value is (5,130,20). Sum of RGB (Red+Green+Blue) = 5+130+20=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 130 (51.17% from 255 or 83.87% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 130 - color contains mainly: green. Hex color #058214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058214 is #FA7DEB. Grayscale: #505050. Windows color (decimal): -16416236 or 1344005. OLE color: 1344005.

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

Color convert

RGB 5 130 20 -
CMYK 0.96 0 0.85 0.49
HSL 127.2º 0.93% 0.26% -
HSV(B) 127.2º 0.96% 0.51% -
XYZ 8.17 16.05 3.33 -
YUV 80.09 94.09 74.44 -
System Red Green Blue C M Y K H S L
Decimal 5 130 20 0.96 0 0.85 0.49 127.2 0.93 0.26
Hex 5 82 14 60 0 55 31 7F 5D 1A
Octal 5 202 24 140 0 125 61 177 135 32
Binary 101 10000010 10100 1100000 0 1010101 110001 1111111 1011101 11010

Color Harmonies of #058214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058214

Black with #058214

Text Example


Text Example

White with #058214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058214; }

 p { color: rgb(5,130,20); }

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

background-color css

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

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

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

border-color css

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

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

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