Html Css Color HEX #20850D Forest Green

📋 copy color: '#20850D'

red 32 ◦ green 133 ◦ blue 13

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

Shades of Forest Green #20850D

Tints of Forest Green #20850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 74.72%

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

R = 17.98%
G = 74.72%
B = 7.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#20850D (or 0x20850D) is known color: Forest Green. HEX triplet: 20, 85 and 0D. RGB value is (32,133,13). Sum of RGB (Red+Green+Blue) = 32+133+13=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #20850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20850D is #DF7AF2. Grayscale: #595959. Windows color (decimal): -14646003 or 886048. OLE color: 886048.

HSL color Cylindrical-coordinate representation of color #20850D: hue angle of 110.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20850D is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 13 -
CMYK 0.76 0 0.90 0.48
HSL 110.5º 0.82% 0.29% -
HSV(B) 110.5º 0.9% 0.52% -
XYZ 9.06 17.11 3.21 -
YUV 89.12 85.04 87.26 -
System Red Green Blue C M Y K H S L
Decimal 32 133 13 0.76 0 0.90 0.48 110.5 0.82 0.29
Hex 20 85 D 4C 0 5A 30 6E 52 1D
Octal 40 205 15 114 0 132 60 156 122 35
Binary 100000 10000101 1101 1001100 0 1011010 110000 1101110 1010010 11101

Color Harmonies of #20850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20850D

Black with #20850D

Text Example


Text Example

White with #20850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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