Shades of Evening Sea #2A6F55
Tints of Evening Sea #2A6F55
RGB
CMYK
RGB Variations
Color information
#2A6F55 (or 0x2A6F55) is known color: Evening Sea. HEX triplet: 2A, 6F and 55. RGB value is (42,111,85). Sum of RGB (Red+Green+Blue) = 42+111+85=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6F55 is #D590AA. Grayscale: #575757. Windows color (decimal): -13996203 or 5599018. OLE color: 5599018.
HSL color Cylindrical-coordinate representation of color #2A6F55: hue angle of 157.39º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6F55 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 111 | 85 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.56 |
| HSL | 157.39º | 0.45% | 0.3% | - |
| HSV(B) | 157.39º | 0.62% | 0.44% | - |
| XYZ | 8.28 | 12.52 | 10.57 | - |
| YUV | 87.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 85 | 0.62 | 0 | 0.23 | 0.56 | 157.39 | 0.45 | 0.3 |
| Hex | 2A | 6F | 55 | 3E | 0 | 17 | 38 | 9D | 2D | 1E |
| Octal | 52 | 157 | 125 | 76 | 0 | 27 | 70 | 235 | 55 | 36 |
| Binary | 101010 | 1101111 | 1010101 | 111110 | 0 | 10111 | 111000 | 10011101 | 101101 | 11110 |
Color Harmonies of #2A6F55
Complementary color
Monochromatic Colors of #2A6F55
Black with #2A6F55
Text Example
Text Example
White with #2A6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6F55; }
p { color: rgb(42,111,85); }
H1.HeaderClassName
{
color: #2A6F55;
}
.AnyTagClassName
{
color: #2A6F55;
}
</style>
background-color css
<style>
a { background-color: #2A6F55; }
a { background-color: rgb(42,111,85); }
div.DivClassName
{
background-color: #2A6F55;
}
.BgClassName
{
background-color: #2A6F55;
}
</style>
border-color css
<style>
span { border-color: #2A6F55; }
span { border-color: rgb(42,111,85); }
td.TdClassName
{
border-color: #2A6F55;
}
.TagClassName
{
border-color: #2A6F55;
}
</style>