Shades of Salem #208A3D
Tints of Salem #208A3D
RGB
CMYK
RGB Variations
Color information
#208A3D (or 0x208A3D) is known color: Salem. HEX triplet: 20, 8A and 3D. RGB value is (32,138,61). Sum of RGB (Red+Green+Blue) = 32+138+61=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #208A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A3D is #DF75C2. Grayscale: #616161. Windows color (decimal): -14644675 or 4033056. OLE color: 4033056.
HSL color Cylindrical-coordinate representation of color #208A3D: hue angle of 136.42º 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 #208A3D is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 61 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.46 |
| HSL | 136.42º | 0.62% | 0.33% | - |
| HSV(B) | 136.42º | 0.77% | 0.54% | - |
| XYZ | 10.53 | 18.82 | 7.49 | - |
| YUV | 97.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 61 | 0.77 | 0 | 0.56 | 0.46 | 136.42 | 0.62 | 0.33 |
| Hex | 20 | 8A | 3D | 4D | 0 | 38 | 2E | 88 | 3E | 21 |
| Octal | 40 | 212 | 75 | 115 | 0 | 70 | 56 | 210 | 76 | 41 |
| Binary | 100000 | 10001010 | 111101 | 1001101 | 0 | 111000 | 101110 | 10001000 | 111110 | 100001 |
Color Harmonies of #208A3D
Complementary color
Monochromatic Colors of #208A3D
Black with #208A3D
Text Example
Text Example
White with #208A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A3D; }
p { color: rgb(32,138,61); }
H1.HeaderClassName
{
color: #208A3D;
}
.AnyTagClassName
{
color: #208A3D;
}
</style>
background-color css
<style>
a { background-color: #208A3D; }
a { background-color: rgb(32,138,61); }
div.DivClassName
{
background-color: #208A3D;
}
.BgClassName
{
background-color: #208A3D;
}
</style>
border-color css
<style>
span { border-color: #208A3D; }
span { border-color: rgb(32,138,61); }
td.TdClassName
{
border-color: #208A3D;
}
.TagClassName
{
border-color: #208A3D;
}
</style>