Html Css Color HEX #20980E Forest Green

📋 copy color: '#20980E'

red 32 ◦ green 152 ◦ blue 14

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

Shades of Forest Green #20980E

Tints of Forest Green #20980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 76.77%

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 16.16%
G = 76.77%
B = 7.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#20980E (or 0x20980E) is known color: Forest Green. HEX triplet: 20, 98 and 0E. RGB value is (32,152,14). Sum of RGB (Red+Green+Blue) = 32+152+14=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 152 (59.77% from 255 or 76.77% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 152 - color contains mainly: green. Hex color #20980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20980E is #DF67F1. Grayscale: #646464. Windows color (decimal): -14641138 or 956448. OLE color: 956448.

HSL color Cylindrical-coordinate representation of color #20980E: hue angle of 112.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20980E is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 152 14 -
CMYK 0.79 0 0.91 0.40
HSL 112.17º 0.83% 0.33% -
HSV(B) 112.17º 0.91% 0.6% -
XYZ 11.9 22.8 4.19 -
YUV 100.39 79.24 79.22 -
System Red Green Blue C M Y K H S L
Decimal 32 152 14 0.79 0 0.91 0.40 112.17 0.83 0.33
Hex 20 98 E 4F 0 5B 28 70 53 21
Octal 40 230 16 117 0 133 50 160 123 41
Binary 100000 10011000 1110 1001111 0 1011011 101000 1110000 1010011 100001

Color Harmonies of #20980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20980E

Black with #20980E

Text Example


Text Example

White with #20980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20980E; }

 p { color: rgb(32,152,14); }

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

background-color css

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

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

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

border-color css

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

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

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