Shades of Evening Sea #2A6950
Tints of Evening Sea #2A6950
RGB
CMYK
RGB Variations
Color information
#2A6950 (or 0x2A6950) is known color: Evening Sea. HEX triplet: 2A, 69 and 50. RGB value is (42,105,80). Sum of RGB (Red+Green+Blue) = 42+105+80=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6950 is #D596AF. Grayscale: #535353. Windows color (decimal): -13997744 or 5269802. OLE color: 5269802.
HSL color Cylindrical-coordinate representation of color #2A6950: hue angle of 156.19º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6950 is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 80 | - |
| CMYK | 0.6 | 0 | 0.24 | 0.59 |
| HSL | 156.19º | 0.43% | 0.29% | - |
| HSV(B) | 156.19º | 0.6% | 0.41% | - |
| XYZ | 7.45 | 11.17 | 9.35 | - |
| YUV | 83.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 80 | 0.6 | 0 | 0.24 | 0.59 | 156.19 | 0.43 | 0.29 |
| Hex | 2A | 69 | 50 | 3C | 0 | 18 | 3B | 9C | 2B | 1D |
| Octal | 52 | 151 | 120 | 74 | 0 | 30 | 73 | 234 | 53 | 35 |
| Binary | 101010 | 1101001 | 1010000 | 111100 | 0 | 11000 | 111011 | 10011100 | 101011 | 11101 |
Color Harmonies of #2A6950
Complementary color
Monochromatic Colors of #2A6950
Black with #2A6950
Text Example
Text Example
White with #2A6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6950; }
p { color: rgb(42,105,80); }
H1.HeaderClassName
{
color: #2A6950;
}
.AnyTagClassName
{
color: #2A6950;
}
</style>
background-color css
<style>
a { background-color: #2A6950; }
a { background-color: rgb(42,105,80); }
div.DivClassName
{
background-color: #2A6950;
}
.BgClassName
{
background-color: #2A6950;
}
</style>
border-color css
<style>
span { border-color: #2A6950; }
span { border-color: rgb(42,105,80); }
td.TdClassName
{
border-color: #2A6950;
}
.TagClassName
{
border-color: #2A6950;
}
</style>