Shades of Evening Sea #2A6250
Tints of Evening Sea #2A6250
RGB
CMYK
RGB Variations
Color information
#2A6250 (or 0x2A6250) is known color: Evening Sea. HEX triplet: 2A, 62 and 50. RGB value is (42,98,80). Sum of RGB (Red+Green+Blue) = 42+98+80=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6250 is #D59DAF. Grayscale: #4F4F4F. Windows color (decimal): -13999536 or 5268010. OLE color: 5268010.
HSL color Cylindrical-coordinate representation of color #2A6250: hue angle of 160.71º 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 #2A6250 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 80 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.62 |
| HSL | 160.71º | 0.4% | 0.27% | - |
| HSV(B) | 160.71º | 0.57% | 0.38% | - |
| XYZ | 6.77 | 9.81 | 9.13 | - |
| YUV | 79.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 80 | 0.57 | 0 | 0.18 | 0.62 | 160.71 | 0.4 | 0.27 |
| Hex | 2A | 62 | 50 | 39 | 0 | 12 | 3E | A1 | 28 | 1B |
| Octal | 52 | 142 | 120 | 71 | 0 | 22 | 76 | 241 | 50 | 33 |
| Binary | 101010 | 1100010 | 1010000 | 111001 | 0 | 10010 | 111110 | 10100001 | 101000 | 11011 |
Color Harmonies of #2A6250
Complementary color
Monochromatic Colors of #2A6250
Black with #2A6250
Text Example
Text Example
White with #2A6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6250; }
p { color: rgb(42,98,80); }
H1.HeaderClassName
{
color: #2A6250;
}
.AnyTagClassName
{
color: #2A6250;
}
</style>
background-color css
<style>
a { background-color: #2A6250; }
a { background-color: rgb(42,98,80); }
div.DivClassName
{
background-color: #2A6250;
}
.BgClassName
{
background-color: #2A6250;
}
</style>
border-color css
<style>
span { border-color: #2A6250; }
span { border-color: rgb(42,98,80); }
td.TdClassName
{
border-color: #2A6250;
}
.TagClassName
{
border-color: #2A6250;
}
</style>