Html Css Color HEX #208531 Forest Green

📋 copy color: '#208531'

red 32 ◦ green 133 ◦ blue 49

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

Shades of Forest Green #208531

Tints of Forest Green #208531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 14.95%
G = 62.15%
B = 22.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#208531 (or 0x208531) is known color: Forest Green. HEX triplet: 20, 85 and 31. RGB value is (32,133,49). Sum of RGB (Red+Green+Blue) = 32+133+49=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #208531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208531 is #DF7ACE. Grayscale: #5D5D5D. Windows color (decimal): -14645967 or 3245344. OLE color: 3245344.

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

Color convert

RGB 32 133 49 -
CMYK 0.76 0 0.63 0.48
HSL 130.1º 0.61% 0.32% -
HSV(B) 130.1º 0.76% 0.52% -
XYZ 9.54 17.3 5.74 -
YUV 93.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 32 133 49 0.76 0 0.63 0.48 130.1 0.61 0.32
Hex 20 85 31 4C 0 3F 30 82 3D 20
Octal 40 205 61 114 0 77 60 202 75 40
Binary 100000 10000101 110001 1001100 0 111111 110000 10000010 111101 100000

Color Harmonies of #208531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208531

Black with #208531

Text Example


Text Example

White with #208531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208531; }

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

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

background-color css

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

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

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

border-color css

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

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

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