Html Css Color HEX #20980F Forest Green

📋 copy color: '#20980F'

red 32 ◦ green 152 ◦ blue 15

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

Shades of Forest Green #20980F

Tints of Forest Green #20980F

RGB

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

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

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

R = 16.08%
G = 76.38%
B = 7.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#20980F (or 0x20980F) is known color: Forest Green. HEX triplet: 20, 98 and 0F. RGB value is (32,152,15). Sum of RGB (Red+Green+Blue) = 32+152+15=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #20980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20980F is #DF67F0. Grayscale: #646464. Windows color (decimal): -14641137 or 1021984. OLE color: 1021984.

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

Color convert

RGB 32 152 15 -
CMYK 0.79 0 0.90 0.40
HSL 112.55º 0.82% 0.33% -
HSV(B) 112.55º 0.9% 0.6% -
XYZ 11.91 22.8 4.22 -
YUV 100.5 79.74 79.14 -
System Red Green Blue C M Y K H S L
Decimal 32 152 15 0.79 0 0.90 0.40 112.55 0.82 0.33
Hex 20 98 F 4F 0 5A 28 71 52 21
Octal 40 230 17 117 0 132 50 161 122 41
Binary 100000 10011000 1111 1001111 0 1011010 101000 1110001 1010010 100001

Color Harmonies of #20980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20980F

Black with #20980F

Text Example


Text Example

White with #20980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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