Html Css Color HEX #20980D Forest Green

📋 copy color: '#20980D'

red 32 ◦ green 152 ◦ blue 13

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

Shades of Forest Green #20980D

Tints of Forest Green #20980D

RGB

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

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

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

R = 16.24%
G = 77.16%
B = 6.6%

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

#20980D (or 0x20980D) is known color: Forest Green. HEX triplet: 20, 98 and 0D. RGB value is (32,152,13). Sum of RGB (Red+Green+Blue) = 32+152+13=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #20980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20980D is #DF67F2. Grayscale: #646464. Windows color (decimal): -14641139 or 890912. OLE color: 890912.

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

Color convert

RGB 32 152 13 -
CMYK 0.79 0 0.91 0.40
HSL 111.8º 0.84% 0.32% -
HSV(B) 111.8º 0.91% 0.6% -
XYZ 11.9 22.79 4.15 -
YUV 100.27 78.74 79.3 -
System Red Green Blue C M Y K H S L
Decimal 32 152 13 0.79 0 0.91 0.40 111.8 0.84 0.32
Hex 20 98 D 4F 0 5B 28 70 54 20
Octal 40 230 15 117 0 133 50 160 124 40
Binary 100000 10011000 1101 1001111 0 1011011 101000 1110000 1010100 100000

Color Harmonies of #20980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20980D

Black with #20980D

Text Example


Text Example

White with #20980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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