Shades of Evening Sea #2F6452
Tints of Evening Sea #2F6452
RGB
CMYK
RGB Variations
Color information
#2F6452 (or 0x2F6452) is known color: Evening Sea. HEX triplet: 2F, 64 and 52. RGB value is (47,100,82). Sum of RGB (Red+Green+Blue) = 47+100+82=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #2F6452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6452 is #D09BAD. Grayscale: #525252. Windows color (decimal): -13671342 or 5399599. OLE color: 5399599.
HSL color Cylindrical-coordinate representation of color #2F6452: hue angle of 159.62º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6452 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 82 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.61 |
| HSL | 159.62º | 0.36% | 0.29% | - |
| HSV(B) | 159.62º | 0.53% | 0.39% | - |
| XYZ | 7.25 | 10.33 | 9.59 | - |
| YUV | 82.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 82 | 0.53 | 0 | 0.18 | 0.61 | 159.62 | 0.36 | 0.29 |
| Hex | 2F | 64 | 52 | 35 | 0 | 12 | 3D | A0 | 24 | 1D |
| Octal | 57 | 144 | 122 | 65 | 0 | 22 | 75 | 240 | 44 | 35 |
| Binary | 101111 | 1100100 | 1010010 | 110101 | 0 | 10010 | 111101 | 10100000 | 100100 | 11101 |
Color Harmonies of #2F6452
Complementary color
Monochromatic Colors of #2F6452
Black with #2F6452
Text Example
Text Example
White with #2F6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6452; }
p { color: rgb(47,100,82); }
H1.HeaderClassName
{
color: #2F6452;
}
.AnyTagClassName
{
color: #2F6452;
}
</style>
background-color css
<style>
a { background-color: #2F6452; }
a { background-color: rgb(47,100,82); }
div.DivClassName
{
background-color: #2F6452;
}
.BgClassName
{
background-color: #2F6452;
}
</style>
border-color css
<style>
span { border-color: #2F6452; }
span { border-color: rgb(47,100,82); }
td.TdClassName
{
border-color: #2F6452;
}
.TagClassName
{
border-color: #2F6452;
}
</style>