Html Css Color HEX #20852D Forest Green

📋 copy color: '#20852D'

red 32 ◦ green 133 ◦ blue 45

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

Shades of Forest Green #20852D

Tints of Forest Green #20852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 15.24%
G = 63.33%
B = 21.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#20852D (or 0x20852D) is known color: Forest Green. HEX triplet: 20, 85 and 2D. RGB value is (32,133,45). Sum of RGB (Red+Green+Blue) = 32+133+45=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #20852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20852D is #DF7AD2. Grayscale: #5D5D5D. Windows color (decimal): -14645971 or 2983200. OLE color: 2983200.

HSL color Cylindrical-coordinate representation of color #20852D: hue angle of 127.72º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20852D is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 45 -
CMYK 0.76 0 0.66 0.48
HSL 127.72º 0.61% 0.32% -
HSV(B) 127.72º 0.76% 0.52% -
XYZ 9.46 17.27 5.32 -
YUV 92.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 32 133 45 0.76 0 0.66 0.48 127.72 0.61 0.32
Hex 20 85 2D 4C 0 42 30 80 3D 20
Octal 40 205 55 114 0 102 60 200 75 40
Binary 100000 10000101 101101 1001100 0 1000010 110000 10000000 111101 100000

Color Harmonies of #20852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20852D

Black with #20852D

Text Example


Text Example

White with #20852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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