Shades of Evening Sea #2A6B53
Tints of Evening Sea #2A6B53
RGB
CMYK
RGB Variations
Color information
#2A6B53 (or 0x2A6B53) is known color: Evening Sea. HEX triplet: 2A, 6B and 53. RGB value is (42,107,83). Sum of RGB (Red+Green+Blue) = 42+107+83=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B53 is #D594AC. Grayscale: #545454. Windows color (decimal): -13997229 or 5466922. OLE color: 5466922.
HSL color Cylindrical-coordinate representation of color #2A6B53: hue angle of 157.85º 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 #2A6B53 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 107 | 83 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.58 |
| HSL | 157.85º | 0.44% | 0.29% | - |
| HSV(B) | 157.85º | 0.61% | 0.42% | - |
| XYZ | 7.77 | 11.63 | 10.02 | - |
| YUV | 84.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 83 | 0.61 | 0 | 0.22 | 0.58 | 157.85 | 0.44 | 0.29 |
| Hex | 2A | 6B | 53 | 3D | 0 | 16 | 3A | 9E | 2C | 1D |
| Octal | 52 | 153 | 123 | 75 | 0 | 26 | 72 | 236 | 54 | 35 |
| Binary | 101010 | 1101011 | 1010011 | 111101 | 0 | 10110 | 111010 | 10011110 | 101100 | 11101 |
Color Harmonies of #2A6B53
Complementary color
Monochromatic Colors of #2A6B53
Black with #2A6B53
Text Example
Text Example
White with #2A6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B53; }
p { color: rgb(42,107,83); }
H1.HeaderClassName
{
color: #2A6B53;
}
.AnyTagClassName
{
color: #2A6B53;
}
</style>
background-color css
<style>
a { background-color: #2A6B53; }
a { background-color: rgb(42,107,83); }
div.DivClassName
{
background-color: #2A6B53;
}
.BgClassName
{
background-color: #2A6B53;
}
</style>
border-color css
<style>
span { border-color: #2A6B53; }
span { border-color: rgb(42,107,83); }
td.TdClassName
{
border-color: #2A6B53;
}
.TagClassName
{
border-color: #2A6B53;
}
</style>