Html Css Color HEX #207520 Forest Green

📋 copy color: '#207520'

red 32 ◦ green 117 ◦ blue 32

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

Shades of Forest Green #207520

Tints of Forest Green #207520

RGB

 RED value IS 32 (12.89% from 255) = 17.68%

 GREEN value IS 117 (46.09% from 255) = 64.64%

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

R = 17.68%
G = 64.64%
B = 17.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#207520 (or 0x207520) is known color: Forest Green. HEX triplet: 20, 75 and 20. RGB value is (32,117,32). Sum of RGB (Red+Green+Blue) = 32+117+32=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #207520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207520 is #DF8ADF. Grayscale: #525252. Windows color (decimal): -14650080 or 2127136. OLE color: 2127136.

HSL color Cylindrical-coordinate representation of color #207520: hue angle of 120º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207520 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 32 -
CMYK 0.73 0 0.73 0.54
HSL 120º 0.57% 0.29% -
HSV(B) 120º 0.73% 0.46% -
XYZ 7.22 13.13 3.52 -
YUV 81.9 99.84 92.41 -
System Red Green Blue C M Y K H S L
Decimal 32 117 32 0.73 0 0.73 0.54 120 0.57 0.29
Hex 20 75 20 49 0 49 36 78 39 1D
Octal 40 165 40 111 0 111 66 170 71 35
Binary 100000 1110101 100000 1001001 0 1001001 110110 1111000 111001 11101

Color Harmonies of #207520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207520

Black with #207520

Text Example


Text Example

White with #207520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207520; }

 p { color: rgb(32,117,32); }

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

background-color css

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

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

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

border-color css

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

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

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