Html Css Color HEX #058420 Forest Green

📋 copy color: '#058420'

red 5 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #058420

Tints of Forest Green #058420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 78.11%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 2.96%
G = 78.11%
B = 18.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#058420 (or 0x058420) is known color: Forest Green. HEX triplet: 05, 84 and 20. RGB value is (5,132,32). Sum of RGB (Red+Green+Blue) = 5+132+32=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 132 (51.95% from 255 or 78.11% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 132 - color contains mainly: green. Hex color #058420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058420 is #FA7BDF. Grayscale: #525252. Windows color (decimal): -16415712 or 2130949. OLE color: 2130949.

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

Color convert

RGB 5 132 32 -
CMYK 0.96 0 0.76 0.48
HSL 132.76º 0.93% 0.27% -
HSV(B) 132.76º 0.96% 0.52% -
XYZ 8.57 16.64 4.13 -
YUV 82.63 99.42 72.63 -
System Red Green Blue C M Y K H S L
Decimal 5 132 32 0.96 0 0.76 0.48 132.76 0.93 0.27
Hex 5 84 20 60 0 4C 30 85 5D 1B
Octal 5 204 40 140 0 114 60 205 135 33
Binary 101 10000100 100000 1100000 0 1001100 110000 10000101 1011101 11011

Color Harmonies of #058420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058420

Black with #058420

Text Example


Text Example

White with #058420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058420; }

 p { color: rgb(5,132,32); }

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

background-color css

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

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

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

border-color css

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

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

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