Shades of Sea Green #1D9141
Tints of Sea Green #1D9141
RGB
CMYK
RGB Variations
Color information
#1D9141 (or 0x1D9141) is known color: Sea Green. HEX triplet: 1D, 91 and 41. RGB value is (29,145,65). Sum of RGB (Red+Green+Blue) = 29+145+65=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9141 is #E26EBE. Grayscale: #656565. Windows color (decimal): -14839487 or 4296989. OLE color: 4296989.
HSL color Cylindrical-coordinate representation of color #1D9141: hue angle of 138.62º 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 #1D9141 is Cyan = 0.8, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 65 | - |
| CMYK | 0.8 | 0 | 0.55 | 0.43 |
| HSL | 138.62º | 0.67% | 0.34% | - |
| HSV(B) | 138.62º | 0.8% | 0.57% | - |
| XYZ | 11.59 | 20.89 | 8.42 | - |
| YUV | 101.2 | 107.57 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 65 | 0.8 | 0 | 0.55 | 0.43 | 138.62 | 0.67 | 0.34 |
| Hex | 1D | 91 | 41 | 50 | 0 | 37 | 2B | 8B | 43 | 22 |
| Octal | 35 | 221 | 101 | 120 | 0 | 67 | 53 | 213 | 103 | 42 |
| Binary | 11101 | 10010001 | 1000001 | 1010000 | 0 | 110111 | 101011 | 10001011 | 1000011 | 100010 |
Color Harmonies of #1D9141
Complementary color
Monochromatic Colors of #1D9141
Black with #1D9141
Text Example
Text Example
White with #1D9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9141; }
p { color: rgb(29,145,65); }
H1.HeaderClassName
{
color: #1D9141;
}
.AnyTagClassName
{
color: #1D9141;
}
</style>
background-color css
<style>
a { background-color: #1D9141; }
a { background-color: rgb(29,145,65); }
div.DivClassName
{
background-color: #1D9141;
}
.BgClassName
{
background-color: #1D9141;
}
</style>
border-color css
<style>
span { border-color: #1D9141; }
span { border-color: rgb(29,145,65); }
td.TdClassName
{
border-color: #1D9141;
}
.TagClassName
{
border-color: #1D9141;
}
</style>