#208A30

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

Shades of Forest Green #208A30

Tints of Forest Green #208A30

Color information

#208A30 (or 0x208A30) is unknown color: approx Forest Green. HEX triplet: 20, 8A and 30. RGB value is (32,138,48). Sum of RGB (Red+Green+Blue) = 32+138+48=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 138 (54.30% from 255 or 63.30% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 138 - color contains mainly: green. Hex color #208A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A30 is #DF75CF. Grayscale: #606060. Windows color (decimal): -14644688 or 3181088. OLE color: 3181088.

HSL color Cylindrical-coordinate representation of color #208A30: hue angle of 129.06º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A30 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB3213848-
CMYK0.7700.650.46
HSL129.06º62.35%33.33%-
HSV(B)129.06º76.81%54.12%-
XYZ10.2218.75.87-
YUV96.05100.8882.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 138 (54.30% from 255) = 63.30%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=14.68%
G=63.30%
B=22.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32138480.7700.650.46129.0662.3533.33
Hex208A304D0412E813e21
Octal40212601150101562017641
Binary1000001000101011000010011010100000110111010000001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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