Html Css Color HEX #20852B Forest Green

📋 copy color: '#20852B'

red 32 ◦ green 133 ◦ blue 43

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

Shades of Forest Green #20852B

Tints of Forest Green #20852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 15.38%
G = 63.94%
B = 20.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#20852B (or 0x20852B) is known color: Forest Green. HEX triplet: 20, 85 and 2B. RGB value is (32,133,43). Sum of RGB (Red+Green+Blue) = 32+133+43=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #20852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20852B is #DF7AD4. Grayscale: #5C5C5C. Windows color (decimal): -14645973 or 2852128. OLE color: 2852128.

HSL color Cylindrical-coordinate representation of color #20852B: hue angle of 126.53º 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 #20852B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 133 43 -
CMYK 0.76 0 0.68 0.48
HSL 126.53º 0.61% 0.32% -
HSV(B) 126.53º 0.76% 0.52% -
XYZ 9.42 17.26 5.12 -
YUV 92.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 32 133 43 0.76 0 0.68 0.48 126.53 0.61 0.32
Hex 20 85 2B 4C 0 44 30 7F 3D 20
Octal 40 205 53 114 0 104 60 177 75 40
Binary 100000 10000101 101011 1001100 0 1000100 110000 1111111 111101 100000

Color Harmonies of #20852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20852B

Black with #20852B

Text Example


Text Example

White with #20852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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