Html Css Color HEX #20950D Forest Green

📋 copy color: '#20950D'

red 32 ◦ green 149 ◦ blue 13

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

Shades of Forest Green #20950D

Tints of Forest Green #20950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 76.8%

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

R = 16.49%
G = 76.8%
B = 6.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#20950D (or 0x20950D) is known color: Forest Green. HEX triplet: 20, 95 and 0D. RGB value is (32,149,13). Sum of RGB (Red+Green+Blue) = 32+149+13=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #20950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20950D is #DF6AF2. Grayscale: #626262. Windows color (decimal): -14641907 or 890144. OLE color: 890144.

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

Color convert

RGB 32 149 13 -
CMYK 0.79 0 0.91 0.42
HSL 111.62º 0.84% 0.32% -
HSV(B) 111.62º 0.91% 0.58% -
XYZ 11.42 21.83 3.99 -
YUV 98.51 79.74 80.56 -
System Red Green Blue C M Y K H S L
Decimal 32 149 13 0.79 0 0.91 0.42 111.62 0.84 0.32
Hex 20 95 D 4F 0 5B 2A 70 54 20
Octal 40 225 15 117 0 133 52 160 124 40
Binary 100000 10010101 1101 1001111 0 1011011 101010 1110000 1010100 100000

Color Harmonies of #20950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20950D

Black with #20950D

Text Example


Text Example

White with #20950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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