Html Css Color HEX #20760D Forest Green

📋 copy color: '#20760D'

red 32 ◦ green 118 ◦ blue 13

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

Shades of Forest Green #20760D

Tints of Forest Green #20760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 72.39%

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 19.63%
G = 72.39%
B = 7.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#20760D (or 0x20760D) is known color: Forest Green. HEX triplet: 20, 76 and 0D. RGB value is (32,118,13). Sum of RGB (Red+Green+Blue) = 32+118+13=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #20760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20760D is #DF89F2. Grayscale: #505050. Windows color (decimal): -14649843 or 882208. OLE color: 882208.

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

Color convert

RGB 32 118 13 -
CMYK 0.73 0 0.89 0.54
HSL 109.14º 0.8% 0.26% -
HSV(B) 109.14º 0.89% 0.46% -
XYZ 7.15 13.29 2.57 -
YUV 80.32 90.01 93.54 -
System Red Green Blue C M Y K H S L
Decimal 32 118 13 0.73 0 0.89 0.54 109.14 0.8 0.26
Hex 20 76 D 49 0 59 36 6D 50 1A
Octal 40 166 15 111 0 131 66 155 120 32
Binary 100000 1110110 1101 1001001 0 1011001 110110 1101101 1010000 11010

Color Harmonies of #20760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20760D

Black with #20760D

Text Example


Text Example

White with #20760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20760D; }

 p { color: rgb(32,118,13); }

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

background-color css

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

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

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

border-color css

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

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

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