Shades of Evening Sea #2A7256
Tints of Evening Sea #2A7256
RGB
CMYK
RGB Variations
Color information
#2A7256 (or 0x2A7256) is known color: Evening Sea. HEX triplet: 2A, 72 and 56. RGB value is (42,114,86). Sum of RGB (Red+Green+Blue) = 42+114+86=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7256 is #D58DA9. Grayscale: #595959. Windows color (decimal): -13995434 or 5665322. OLE color: 5665322.
HSL color Cylindrical-coordinate representation of color #2A7256: hue angle of 156.67º 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 #2A7256 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 86 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.55 |
| HSL | 156.67º | 0.46% | 0.31% | - |
| HSV(B) | 156.67º | 0.63% | 0.45% | - |
| XYZ | 8.65 | 13.2 | 10.9 | - |
| YUV | 89.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 86 | 0.63 | 0 | 0.25 | 0.55 | 156.67 | 0.46 | 0.31 |
| Hex | 2A | 72 | 56 | 3F | 0 | 19 | 37 | 9D | 2E | 1F |
| Octal | 52 | 162 | 126 | 77 | 0 | 31 | 67 | 235 | 56 | 37 |
| Binary | 101010 | 1110010 | 1010110 | 111111 | 0 | 11001 | 110111 | 10011101 | 101110 | 11111 |
Color Harmonies of #2A7256
Complementary color
Monochromatic Colors of #2A7256
Black with #2A7256
Text Example
Text Example
White with #2A7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7256; }
p { color: rgb(42,114,86); }
H1.HeaderClassName
{
color: #2A7256;
}
.AnyTagClassName
{
color: #2A7256;
}
</style>
background-color css
<style>
a { background-color: #2A7256; }
a { background-color: rgb(42,114,86); }
div.DivClassName
{
background-color: #2A7256;
}
.BgClassName
{
background-color: #2A7256;
}
</style>
border-color css
<style>
span { border-color: #2A7256; }
span { border-color: rgb(42,114,86); }
td.TdClassName
{
border-color: #2A7256;
}
.TagClassName
{
border-color: #2A7256;
}
</style>