Shades of Sea Green #1D9248
Tints of Sea Green #1D9248
RGB
CMYK
RGB Variations
Color information
#1D9248 (or 0x1D9248) is known color: Sea Green. HEX triplet: 1D, 92 and 48. RGB value is (29,146,72). Sum of RGB (Red+Green+Blue) = 29+146+72=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #1D9248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9248 is #E26DB7. Grayscale: #666666. Windows color (decimal): -14839224 or 4755997. OLE color: 4755997.
HSL color Cylindrical-coordinate representation of color #1D9248: hue angle of 142.05º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9248 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 72 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.43 |
| HSL | 142.05º | 0.67% | 0.34% | - |
| HSV(B) | 142.05º | 0.8% | 0.57% | - |
| XYZ | 11.96 | 21.29 | 9.61 | - |
| YUV | 102.58 | 110.74 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 72 | 0.80 | 0 | 0.51 | 0.43 | 142.05 | 0.67 | 0.34 |
| Hex | 1D | 92 | 48 | 50 | 0 | 33 | 2B | 8E | 43 | 22 |
| Octal | 35 | 222 | 110 | 120 | 0 | 63 | 53 | 216 | 103 | 42 |
| Binary | 11101 | 10010010 | 1001000 | 1010000 | 0 | 110011 | 101011 | 10001110 | 1000011 | 100010 |
Color Harmonies of #1D9248
Complementary color
Monochromatic Colors of #1D9248
Black with #1D9248
Text Example
Text Example
White with #1D9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9248; }
p { color: rgb(29,146,72); }
H1.HeaderClassName
{
color: #1D9248;
}
.AnyTagClassName
{
color: #1D9248;
}
</style>
background-color css
<style>
a { background-color: #1D9248; }
a { background-color: rgb(29,146,72); }
div.DivClassName
{
background-color: #1D9248;
}
.BgClassName
{
background-color: #1D9248;
}
</style>
border-color css
<style>
span { border-color: #1D9248; }
span { border-color: rgb(29,146,72); }
td.TdClassName
{
border-color: #1D9248;
}
.TagClassName
{
border-color: #1D9248;
}
</style>