Shades of Evening Sea #2A6251
Tints of Evening Sea #2A6251
RGB
CMYK
RGB Variations
Color information
#2A6251 (or 0x2A6251) is known color: Evening Sea. HEX triplet: 2A, 62 and 51. RGB value is (42,98,81). Sum of RGB (Red+Green+Blue) = 42+98+81=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6251 is #D59DAE. Grayscale: #4F4F4F. Windows color (decimal): -13999535 or 5333546. OLE color: 5333546.
HSL color Cylindrical-coordinate representation of color #2A6251: hue angle of 161.79º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6251 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 81 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.62 |
| HSL | 161.79º | 0.4% | 0.27% | - |
| HSV(B) | 161.79º | 0.57% | 0.38% | - |
| XYZ | 6.81 | 9.82 | 9.32 | - |
| YUV | 79.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 81 | 0.57 | 0 | 0.17 | 0.62 | 161.79 | 0.4 | 0.27 |
| Hex | 2A | 62 | 51 | 39 | 0 | 11 | 3E | A2 | 28 | 1B |
| Octal | 52 | 142 | 121 | 71 | 0 | 21 | 76 | 242 | 50 | 33 |
| Binary | 101010 | 1100010 | 1010001 | 111001 | 0 | 10001 | 111110 | 10100010 | 101000 | 11011 |
Color Harmonies of #2A6251
Complementary color
Monochromatic Colors of #2A6251
Black with #2A6251
Text Example
Text Example
White with #2A6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6251; }
p { color: rgb(42,98,81); }
H1.HeaderClassName
{
color: #2A6251;
}
.AnyTagClassName
{
color: #2A6251;
}
</style>
background-color css
<style>
a { background-color: #2A6251; }
a { background-color: rgb(42,98,81); }
div.DivClassName
{
background-color: #2A6251;
}
.BgClassName
{
background-color: #2A6251;
}
</style>
border-color css
<style>
span { border-color: #2A6251; }
span { border-color: rgb(42,98,81); }
td.TdClassName
{
border-color: #2A6251;
}
.TagClassName
{
border-color: #2A6251;
}
</style>