Html Css Color HEX #058520 Forest Green

📋 copy color: '#058520'

red 5 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #058520

Tints of Forest Green #058520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 78.24%

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

R = 2.94%
G = 78.24%
B = 18.82%

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

#058520 (or 0x058520) is known color: Forest Green. HEX triplet: 05, 85 and 20. RGB value is (5,133,32). Sum of RGB (Red+Green+Blue) = 5+133+32=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #058520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058520 is #FA7ADF. Grayscale: #535353. Windows color (decimal): -16415456 or 2131205. OLE color: 2131205.

HSL color Cylindrical-coordinate representation of color #058520: hue angle of 132.66º 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 #058520 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 32 -
CMYK 0.96 0 0.76 0.48
HSL 132.66º 0.93% 0.27% -
HSV(B) 132.66º 0.96% 0.52% -
XYZ 8.71 16.91 4.17 -
YUV 83.21 99.09 72.21 -
System Red Green Blue C M Y K H S L
Decimal 5 133 32 0.96 0 0.76 0.48 132.66 0.93 0.27
Hex 5 85 20 60 0 4C 30 85 5D 1B
Octal 5 205 40 140 0 114 60 205 135 33
Binary 101 10000101 100000 1100000 0 1001100 110000 10000101 1011101 11011

Color Harmonies of #058520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058520

Black with #058520

Text Example


Text Example

White with #058520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058520; }

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

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

background-color css

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

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

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

border-color css

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

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

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