Html Css Color HEX #208028 Forest Green

📋 copy color: '#208028'

red 32 ◦ green 128 ◦ blue 40

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

Shades of Forest Green #208028

Tints of Forest Green #208028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 64%

 BLUE value IS 40 (16.02% from 255) = 20%

R = 16%
G = 64%
B = 20%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#208028 (or 0x208028) is known color: Forest Green. HEX triplet: 20, 80 and 28. RGB value is (32,128,40). Sum of RGB (Red+Green+Blue) = 32+128+40=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #208028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208028 is #DF7FD7. Grayscale: #595959. Windows color (decimal): -14647256 or 2654240. OLE color: 2654240.

HSL color Cylindrical-coordinate representation of color #208028: hue angle of 125º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208028 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 40 -
CMYK 0.75 0 0.69 0.50
HSL 125º 0.6% 0.31% -
HSV(B) 125º 0.75% 0.5% -
XYZ 8.7 15.9 4.62 -
YUV 89.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 32 128 40 0.75 0 0.69 0.50 125 0.6 0.31
Hex 20 80 28 4B 0 45 32 7D 3C 1F
Octal 40 200 50 113 0 105 62 175 74 37
Binary 100000 10000000 101000 1001011 0 1000101 110010 1111101 111100 11111

Color Harmonies of #208028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208028

Black with #208028

Text Example


Text Example

White with #208028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208028; }

 p { color: rgb(32,128,40); }

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

background-color css

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

 a { background-color: rgb(32,128,40); }

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

border-color css

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

 span { border-color: rgb(32,128,40); }

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