Html Css Color HEX #20770F Forest Green

📋 copy color: '#20770F'

red 32 ◦ green 119 ◦ blue 15

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

Shades of Forest Green #20770F

Tints of Forest Green #20770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 71.69%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 19.28%
G = 71.69%
B = 9.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#20770F (or 0x20770F) is known color: Forest Green. HEX triplet: 20, 77 and 0F. RGB value is (32,119,15). Sum of RGB (Red+Green+Blue) = 32+119+15=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #20770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20770F is #DF88F0. Grayscale: #515151. Windows color (decimal): -14649585 or 1013536. OLE color: 1013536.

HSL color Cylindrical-coordinate representation of color #20770F: hue angle of 110.19º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20770F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 119 15 -
CMYK 0.73 0 0.87 0.53
HSL 110.19º 0.78% 0.26% -
HSV(B) 110.19º 0.87% 0.47% -
XYZ 7.28 13.54 2.68 -
YUV 81.13 90.68 92.96 -
System Red Green Blue C M Y K H S L
Decimal 32 119 15 0.73 0 0.87 0.53 110.19 0.78 0.26
Hex 20 77 F 49 0 57 35 6E 4E 1A
Octal 40 167 17 111 0 127 65 156 116 32
Binary 100000 1110111 1111 1001001 0 1010111 110101 1101110 1001110 11010

Color Harmonies of #20770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20770F

Black with #20770F

Text Example


Text Example

White with #20770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20770F; }

 p { color: rgb(32,119,15); }

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

background-color css

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

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

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

border-color css

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

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

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