Html Css Color HEX #20990D Forest Green

📋 copy color: '#20990D'

red 32 ◦ green 153 ◦ blue 13

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

Shades of Forest Green #20990D

Tints of Forest Green #20990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 77.27%

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

R = 16.16%
G = 77.27%
B = 6.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#20990D (or 0x20990D) is known color: Forest Green. HEX triplet: 20, 99 and 0D. RGB value is (32,153,13). Sum of RGB (Red+Green+Blue) = 32+153+13=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 153 (60.16% from 255 or 77.27% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 153 - color contains mainly: green. Hex color #20990D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20990D is #DF66F2. Grayscale: #656565. Windows color (decimal): -14640883 or 891168. OLE color: 891168.

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

Color convert

RGB 32 153 13 -
CMYK 0.79 0 0.92 0.4
HSL 111.86º 0.84% 0.33% -
HSV(B) 111.86º 0.92% 0.6% -
XYZ 12.06 23.12 4.21 -
YUV 100.86 78.41 78.88 -
System Red Green Blue C M Y K H S L
Decimal 32 153 13 0.79 0 0.92 0.4 111.86 0.84 0.33
Hex 20 99 D 4F 0 5C 28 70 54 21
Octal 40 231 15 117 0 134 50 160 124 41
Binary 100000 10011001 1101 1001111 0 1011100 101000 1110000 1010100 100001

Color Harmonies of #20990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20990D

Black with #20990D

Text Example


Text Example

White with #20990D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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