Shades of Evening Sea #295E4B
Tints of Evening Sea #295E4B
RGB
CMYK
RGB Variations
Color information
#295E4B (or 0x295E4B) is known color: Evening Sea. HEX triplet: 29, 5E and 4B. RGB value is (41,94,75). Sum of RGB (Red+Green+Blue) = 41+94+75=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #295E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E4B is #D6A1B4. Grayscale: #4C4C4C. Windows color (decimal): -14066101 or 4939305. OLE color: 4939305.
HSL color Cylindrical-coordinate representation of color #295E4B: hue angle of 158.49º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E4B is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 94 | 75 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.63 |
| HSL | 158.49º | 0.39% | 0.26% | - |
| HSV(B) | 158.49º | 0.56% | 0.37% | - |
| XYZ | 6.19 | 8.98 | 8.06 | - |
| YUV | 75.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 75 | 0.56 | 0 | 0.20 | 0.63 | 158.49 | 0.39 | 0.26 |
| Hex | 29 | 5E | 4B | 38 | 0 | 14 | 3F | 9E | 27 | 1A |
| Octal | 51 | 136 | 113 | 70 | 0 | 24 | 77 | 236 | 47 | 32 |
| Binary | 101001 | 1011110 | 1001011 | 111000 | 0 | 10100 | 111111 | 10011110 | 100111 | 11010 |
Color Harmonies of #295E4B
Complementary color
Monochromatic Colors of #295E4B
Black with #295E4B
Text Example
Text Example
White with #295E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295E4B; }
p { color: rgb(41,94,75); }
H1.HeaderClassName
{
color: #295E4B;
}
.AnyTagClassName
{
color: #295E4B;
}
</style>
background-color css
<style>
a { background-color: #295E4B; }
a { background-color: rgb(41,94,75); }
div.DivClassName
{
background-color: #295E4B;
}
.BgClassName
{
background-color: #295E4B;
}
</style>
border-color css
<style>
span { border-color: #295E4B; }
span { border-color: rgb(41,94,75); }
td.TdClassName
{
border-color: #295E4B;
}
.TagClassName
{
border-color: #295E4B;
}
</style>