Shades of Evening Sea #1D6B4E
Tints of Evening Sea #1D6B4E
RGB
CMYK
RGB Variations
Color information
#1D6B4E (or 0x1D6B4E) is known color: Evening Sea. HEX triplet: 1D, 6B and 4E. RGB value is (29,107,78). Sum of RGB (Red+Green+Blue) = 29+107+78=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B4E is #E294B1. Grayscale: #505050. Windows color (decimal): -14849202 or 5139229. OLE color: 5139229.
HSL color Cylindrical-coordinate representation of color #1D6B4E: hue angle of 157.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B4E is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 107 | 78 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.58 |
| HSL | 157.69º | 0.57% | 0.27% | - |
| HSV(B) | 157.69º | 0.73% | 0.42% | - |
| XYZ | 7.14 | 11.33 | 9.02 | - |
| YUV | 80.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 78 | 0.73 | 0 | 0.27 | 0.58 | 157.69 | 0.57 | 0.27 |
| Hex | 1D | 6B | 4E | 49 | 0 | 1B | 3A | 9E | 39 | 1B |
| Octal | 35 | 153 | 116 | 111 | 0 | 33 | 72 | 236 | 71 | 33 |
| Binary | 11101 | 1101011 | 1001110 | 1001001 | 0 | 11011 | 111010 | 10011110 | 111001 | 11011 |
Color Harmonies of #1D6B4E
Complementary color
Monochromatic Colors of #1D6B4E
Black with #1D6B4E
Text Example
Text Example
White with #1D6B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B4E; }
p { color: rgb(29,107,78); }
H1.HeaderClassName
{
color: #1D6B4E;
}
.AnyTagClassName
{
color: #1D6B4E;
}
</style>
background-color css
<style>
a { background-color: #1D6B4E; }
a { background-color: rgb(29,107,78); }
div.DivClassName
{
background-color: #1D6B4E;
}
.BgClassName
{
background-color: #1D6B4E;
}
</style>
border-color css
<style>
span { border-color: #1D6B4E; }
span { border-color: rgb(29,107,78); }
td.TdClassName
{
border-color: #1D6B4E;
}
.TagClassName
{
border-color: #1D6B4E;
}
</style>