Shades of Evening Sea #295A4A
Tints of Evening Sea #295A4A
RGB
CMYK
RGB Variations
Color information
#295A4A (or 0x295A4A) is known color: Evening Sea. HEX triplet: 29, 5A and 4A. RGB value is (41,90,74). Sum of RGB (Red+Green+Blue) = 41+90+74=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #295A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A4A is #D6A5B5. Grayscale: #494949. Windows color (decimal): -14067126 or 4872745. OLE color: 4872745.
HSL color Cylindrical-coordinate representation of color #295A4A: hue angle of 160.41º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A4A is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 90 | 74 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.65 |
| HSL | 160.41º | 0.37% | 0.26% | - |
| HSV(B) | 160.41º | 0.54% | 0.35% | - |
| XYZ | 5.81 | 8.28 | 7.77 | - |
| YUV | 73.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 74 | 0.54 | 0 | 0.18 | 0.65 | 160.41 | 0.37 | 0.26 |
| Hex | 29 | 5A | 4A | 36 | 0 | 12 | 41 | A0 | 25 | 1A |
| Octal | 51 | 132 | 112 | 66 | 0 | 22 | 101 | 240 | 45 | 32 |
| Binary | 101001 | 1011010 | 1001010 | 110110 | 0 | 10010 | 1000001 | 10100000 | 100101 | 11010 |
Color Harmonies of #295A4A
Complementary color
Monochromatic Colors of #295A4A
Black with #295A4A
Text Example
Text Example
White with #295A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295A4A; }
p { color: rgb(41,90,74); }
H1.HeaderClassName
{
color: #295A4A;
}
.AnyTagClassName
{
color: #295A4A;
}
</style>
background-color css
<style>
a { background-color: #295A4A; }
a { background-color: rgb(41,90,74); }
div.DivClassName
{
background-color: #295A4A;
}
.BgClassName
{
background-color: #295A4A;
}
</style>
border-color css
<style>
span { border-color: #295A4A; }
span { border-color: rgb(41,90,74); }
td.TdClassName
{
border-color: #295A4A;
}
.TagClassName
{
border-color: #295A4A;
}
</style>