Shades of Evening Sea #295D50
Tints of Evening Sea #295D50
RGB
CMYK
RGB Variations
Color information
#295D50 (or 0x295D50) is known color: Evening Sea. HEX triplet: 29, 5D and 50. RGB value is (41,93,80). Sum of RGB (Red+Green+Blue) = 41+93+80=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #295D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D50 is #D6A2AF. Grayscale: #4B4B4B. Windows color (decimal): -14066352 or 5266729. OLE color: 5266729.
HSL color Cylindrical-coordinate representation of color #295D50: hue angle of 165º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D50 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 93 | 80 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.64 |
| HSL | 165º | 0.39% | 0.26% | - |
| HSV(B) | 165º | 0.56% | 0.36% | - |
| XYZ | 6.28 | 8.88 | 8.97 | - |
| YUV | 75.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 80 | 0.56 | 0 | 0.14 | 0.64 | 165 | 0.39 | 0.26 |
| Hex | 29 | 5D | 50 | 38 | 0 | E | 40 | A5 | 27 | 1A |
| Octal | 51 | 135 | 120 | 70 | 0 | 16 | 100 | 245 | 47 | 32 |
| Binary | 101001 | 1011101 | 1010000 | 111000 | 0 | 1110 | 1000000 | 10100101 | 100111 | 11010 |
Color Harmonies of #295D50
Complementary color
Monochromatic Colors of #295D50
Black with #295D50
Text Example
Text Example
White with #295D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D50; }
p { color: rgb(41,93,80); }
H1.HeaderClassName
{
color: #295D50;
}
.AnyTagClassName
{
color: #295D50;
}
</style>
background-color css
<style>
a { background-color: #295D50; }
a { background-color: rgb(41,93,80); }
div.DivClassName
{
background-color: #295D50;
}
.BgClassName
{
background-color: #295D50;
}
</style>
border-color css
<style>
span { border-color: #295D50; }
span { border-color: rgb(41,93,80); }
td.TdClassName
{
border-color: #295D50;
}
.TagClassName
{
border-color: #295D50;
}
</style>