#208e30

Color #208E30 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #208E30

Tints of Forest Green #208E30

Color information

#208E30 (or 0x208E30) is unknown color: approx Forest Green. HEX triplet: 20, 8E and 30. RGB value is (32,142,48). Sum of RGB (Red+Green+Blue) = 32+142+48=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #208E30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208E30 is #DF71CF. Grayscale: #626262. Windows color (decimal): -14643664 or 3182112. OLE color: 3182112.

HSL color Cylindrical-coordinate representation of color #208E30: hue angle of 128.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208E30 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB3214248-
CMYK0.7700.660.44
HSL128.73º63.22%34.12%-
HSV(B)128.73º77.46%55.69%-
XYZ10.819.876.06-
YUV98.3999.5680.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 142 (55.86% from 255) = 63.96%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=14.41%
G=63.96%
B=21.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32142480.7700.660.44128.7363.2234.12
Hex208E304D0422C813f22
Octal40216601150102542017742
Binary1000001000111011000010011010100001010110010000001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208e30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208e30; }

 p { color: rgb(32,142,48); }

 H1.HeaderClassName
 {
   color: #208e30;
 }
 .AnyTagClassName
 {
   color: #208e30;
 }
</style>
background-color css

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

 a { background-color: rgb(32,142,48); }

 div.DivClassName
 {
   background-color: #208e30;
 }
 .BgClassName
 {
   background-color: #208e30;
 }
</style>
border-color css

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

 span { border-color: rgb(32,142,48); }

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