Shades of Salem #267F47
Tints of Salem #267F47
RGB
CMYK
RGB Variations
Color information
#267F47 (or 0x267F47) is known color: Salem. HEX triplet: 26, 7F and 47. RGB value is (38,127,71). Sum of RGB (Red+Green+Blue) = 38+127+71=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #267F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F47 is #D980B8. Grayscale: #5E5E5E. Windows color (decimal): -14254265 or 4685606. OLE color: 4685606.
HSL color Cylindrical-coordinate representation of color #267F47: hue angle of 142.25º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F47 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 71 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.50 |
| HSL | 142.25º | 0.54% | 0.32% | - |
| HSV(B) | 142.25º | 0.7% | 0.5% | - |
| XYZ | 9.53 | 16.05 | 8.56 | - |
| YUV | 94.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 71 | 0.70 | 0 | 0.44 | 0.50 | 142.25 | 0.54 | 0.32 |
| Hex | 26 | 7F | 47 | 46 | 0 | 2C | 32 | 8E | 36 | 20 |
| Octal | 46 | 177 | 107 | 106 | 0 | 54 | 62 | 216 | 66 | 40 |
| Binary | 100110 | 1111111 | 1000111 | 1000110 | 0 | 101100 | 110010 | 10001110 | 110110 | 100000 |
Color Harmonies of #267F47
Complementary color
Monochromatic Colors of #267F47
Black with #267F47
Text Example
Text Example
White with #267F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F47; }
p { color: rgb(38,127,71); }
H1.HeaderClassName
{
color: #267F47;
}
.AnyTagClassName
{
color: #267F47;
}
</style>
background-color css
<style>
a { background-color: #267F47; }
a { background-color: rgb(38,127,71); }
div.DivClassName
{
background-color: #267F47;
}
.BgClassName
{
background-color: #267F47;
}
</style>
border-color css
<style>
span { border-color: #267F47; }
span { border-color: rgb(38,127,71); }
td.TdClassName
{
border-color: #267F47;
}
.TagClassName
{
border-color: #267F47;
}
</style>