Html Css Color HEX #20770C Forest Green

📋 copy color: '#20770C'

red 32 ◦ green 119 ◦ blue 12

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

Shades of Forest Green #20770C

Tints of Forest Green #20770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 19.63%
G = 73.01%
B = 7.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#20770C (or 0x20770C) is known color: Forest Green. HEX triplet: 20, 77 and 0C. RGB value is (32,119,12). Sum of RGB (Red+Green+Blue) = 32+119+12=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #20770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20770C is #DF88F3. Grayscale: #515151. Windows color (decimal): -14649588 or 816928. OLE color: 816928.

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

Color convert

RGB 32 119 12 -
CMYK 0.73 0 0.90 0.53
HSL 108.79º 0.82% 0.26% -
HSV(B) 108.79º 0.9% 0.47% -
XYZ 7.26 13.53 2.58 -
YUV 80.79 89.18 93.2 -
System Red Green Blue C M Y K H S L
Decimal 32 119 12 0.73 0 0.90 0.53 108.79 0.82 0.26
Hex 20 77 C 49 0 5A 35 6D 52 1A
Octal 40 167 14 111 0 132 65 155 122 32
Binary 100000 1110111 1100 1001001 0 1011010 110101 1101101 1010010 11010

Color Harmonies of #20770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20770C

Black with #20770C

Text Example


Text Example

White with #20770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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