Shades of Evening Sea #2A7255
Tints of Evening Sea #2A7255
RGB
CMYK
RGB Variations
Color information
#2A7255 (or 0x2A7255) is known color: Evening Sea. HEX triplet: 2A, 72 and 55. RGB value is (42,114,85). Sum of RGB (Red+Green+Blue) = 42+114+85=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7255 is #D58DAA. Grayscale: #595959. Windows color (decimal): -13995435 or 5599786. OLE color: 5599786.
HSL color Cylindrical-coordinate representation of color #2A7255: hue angle of 155.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7255 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 85 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.55 |
| HSL | 155.83º | 0.46% | 0.31% | - |
| HSV(B) | 155.83º | 0.63% | 0.45% | - |
| XYZ | 8.61 | 13.18 | 10.68 | - |
| YUV | 89.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 85 | 0.63 | 0 | 0.25 | 0.55 | 155.83 | 0.46 | 0.31 |
| Hex | 2A | 72 | 55 | 3F | 0 | 19 | 37 | 9C | 2E | 1F |
| Octal | 52 | 162 | 125 | 77 | 0 | 31 | 67 | 234 | 56 | 37 |
| Binary | 101010 | 1110010 | 1010101 | 111111 | 0 | 11001 | 110111 | 10011100 | 101110 | 11111 |
Color Harmonies of #2A7255
Complementary color
Monochromatic Colors of #2A7255
Black with #2A7255
Text Example
Text Example
White with #2A7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7255; }
p { color: rgb(42,114,85); }
H1.HeaderClassName
{
color: #2A7255;
}
.AnyTagClassName
{
color: #2A7255;
}
</style>
background-color css
<style>
a { background-color: #2A7255; }
a { background-color: rgb(42,114,85); }
div.DivClassName
{
background-color: #2A7255;
}
.BgClassName
{
background-color: #2A7255;
}
</style>
border-color css
<style>
span { border-color: #2A7255; }
span { border-color: rgb(42,114,85); }
td.TdClassName
{
border-color: #2A7255;
}
.TagClassName
{
border-color: #2A7255;
}
</style>