Shades of Evening Sea #2A6B55
Tints of Evening Sea #2A6B55
RGB
CMYK
RGB Variations
Color information
#2A6B55 (or 0x2A6B55) is known color: Evening Sea. HEX triplet: 2A, 6B and 55. RGB value is (42,107,85). Sum of RGB (Red+Green+Blue) = 42+107+85=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B55 is #D594AA. Grayscale: #555555. Windows color (decimal): -13997227 or 5597994. OLE color: 5597994.
HSL color Cylindrical-coordinate representation of color #2A6B55: hue angle of 159.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6B55 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 107 | 85 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.58 |
| HSL | 159.69º | 0.44% | 0.29% | - |
| HSV(B) | 159.69º | 0.61% | 0.42% | - |
| XYZ | 7.85 | 11.66 | 10.43 | - |
| YUV | 85.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 85 | 0.61 | 0 | 0.21 | 0.58 | 159.69 | 0.44 | 0.29 |
| Hex | 2A | 6B | 55 | 3D | 0 | 15 | 3A | A0 | 2C | 1D |
| Octal | 52 | 153 | 125 | 75 | 0 | 25 | 72 | 240 | 54 | 35 |
| Binary | 101010 | 1101011 | 1010101 | 111101 | 0 | 10101 | 111010 | 10100000 | 101100 | 11101 |
Color Harmonies of #2A6B55
Complementary color
Monochromatic Colors of #2A6B55
Black with #2A6B55
Text Example
Text Example
White with #2A6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B55; }
p { color: rgb(42,107,85); }
H1.HeaderClassName
{
color: #2A6B55;
}
.AnyTagClassName
{
color: #2A6B55;
}
</style>
background-color css
<style>
a { background-color: #2A6B55; }
a { background-color: rgb(42,107,85); }
div.DivClassName
{
background-color: #2A6B55;
}
.BgClassName
{
background-color: #2A6B55;
}
</style>
border-color css
<style>
span { border-color: #2A6B55; }
span { border-color: rgb(42,107,85); }
td.TdClassName
{
border-color: #2A6B55;
}
.TagClassName
{
border-color: #2A6B55;
}
</style>