Shades of Evening Sea #2F6655
Tints of Evening Sea #2F6655
RGB
CMYK
RGB Variations
Color information
#2F6655 (or 0x2F6655) is known color: Evening Sea. HEX triplet: 2F, 66 and 55. RGB value is (47,102,85). Sum of RGB (Red+Green+Blue) = 47+102+85=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6655 is #D099AA. Grayscale: #535353. Windows color (decimal): -13670827 or 5596719. OLE color: 5596719.
HSL color Cylindrical-coordinate representation of color #2F6655: hue angle of 161.45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6655 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 85 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.6 |
| HSL | 161.45º | 0.37% | 0.29% | - |
| HSV(B) | 161.45º | 0.54% | 0.4% | - |
| XYZ | 7.56 | 10.76 | 10.27 | - |
| YUV | 83.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 85 | 0.54 | 0 | 0.17 | 0.6 | 161.45 | 0.37 | 0.29 |
| Hex | 2F | 66 | 55 | 36 | 0 | 11 | 3C | A1 | 25 | 1D |
| Octal | 57 | 146 | 125 | 66 | 0 | 21 | 74 | 241 | 45 | 35 |
| Binary | 101111 | 1100110 | 1010101 | 110110 | 0 | 10001 | 111100 | 10100001 | 100101 | 11101 |
Color Harmonies of #2F6655
Complementary color
Monochromatic Colors of #2F6655
Black with #2F6655
Text Example
Text Example
White with #2F6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6655; }
p { color: rgb(47,102,85); }
H1.HeaderClassName
{
color: #2F6655;
}
.AnyTagClassName
{
color: #2F6655;
}
</style>
background-color css
<style>
a { background-color: #2F6655; }
a { background-color: rgb(47,102,85); }
div.DivClassName
{
background-color: #2F6655;
}
.BgClassName
{
background-color: #2F6655;
}
</style>
border-color css
<style>
span { border-color: #2F6655; }
span { border-color: rgb(47,102,85); }
td.TdClassName
{
border-color: #2F6655;
}
.TagClassName
{
border-color: #2F6655;
}
</style>