Html Css Color HEX #208529 Forest Green

📋 copy color: '#208529'

red 32 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #208529

Tints of Forest Green #208529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 15.53%
G = 64.56%
B = 19.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#208529 (or 0x208529) is known color: Forest Green. HEX triplet: 20, 85 and 29. RGB value is (32,133,41). Sum of RGB (Red+Green+Blue) = 32+133+41=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #208529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208529 is #DF7AD6. Grayscale: #5C5C5C. Windows color (decimal): -14645975 or 2721056. OLE color: 2721056.

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

Color convert

RGB 32 133 41 -
CMYK 0.76 0 0.69 0.48
HSL 125.35º 0.61% 0.32% -
HSV(B) 125.35º 0.76% 0.52% -
XYZ 9.38 17.24 4.93 -
YUV 92.31 99.04 84.98 -
System Red Green Blue C M Y K H S L
Decimal 32 133 41 0.76 0 0.69 0.48 125.35 0.61 0.32
Hex 20 85 29 4C 0 45 30 7D 3D 20
Octal 40 205 51 114 0 105 60 175 75 40
Binary 100000 10000101 101001 1001100 0 1000101 110000 1111101 111101 100000

Color Harmonies of #208529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208529

Black with #208529

Text Example


Text Example

White with #208529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208529; }

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

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

background-color css

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

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

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

border-color css

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

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

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