Shades of Evening Sea #295C4A
Tints of Evening Sea #295C4A
RGB
CMYK
RGB Variations
Color information
#295C4A (or 0x295C4A) is known color: Evening Sea. HEX triplet: 29, 5C and 4A. RGB value is (41,92,74). Sum of RGB (Red+Green+Blue) = 41+92+74=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #295C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C4A is #D6A3B5. Grayscale: #4A4A4A. Windows color (decimal): -14066614 or 4873257. OLE color: 4873257.
HSL color Cylindrical-coordinate representation of color #295C4A: hue angle of 158.82º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C4A is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 92 | 74 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.64 |
| HSL | 158.82º | 0.38% | 0.26% | - |
| HSV(B) | 158.82º | 0.55% | 0.36% | - |
| XYZ | 5.98 | 8.62 | 7.83 | - |
| YUV | 74.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 74 | 0.55 | 0 | 0.20 | 0.64 | 158.82 | 0.38 | 0.26 |
| Hex | 29 | 5C | 4A | 37 | 0 | 14 | 40 | 9F | 26 | 1A |
| Octal | 51 | 134 | 112 | 67 | 0 | 24 | 100 | 237 | 46 | 32 |
| Binary | 101001 | 1011100 | 1001010 | 110111 | 0 | 10100 | 1000000 | 10011111 | 100110 | 11010 |
Color Harmonies of #295C4A
Complementary color
Monochromatic Colors of #295C4A
Black with #295C4A
Text Example
Text Example
White with #295C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C4A; }
p { color: rgb(41,92,74); }
H1.HeaderClassName
{
color: #295C4A;
}
.AnyTagClassName
{
color: #295C4A;
}
</style>
background-color css
<style>
a { background-color: #295C4A; }
a { background-color: rgb(41,92,74); }
div.DivClassName
{
background-color: #295C4A;
}
.BgClassName
{
background-color: #295C4A;
}
</style>
border-color css
<style>
span { border-color: #295C4A; }
span { border-color: rgb(41,92,74); }
td.TdClassName
{
border-color: #295C4A;
}
.TagClassName
{
border-color: #295C4A;
}
</style>