Shades of Sea Green #1D9145
Tints of Sea Green #1D9145
RGB
CMYK
RGB Variations
Color information
#1D9145 (or 0x1D9145) is known color: Sea Green. HEX triplet: 1D, 91 and 45. RGB value is (29,145,69). Sum of RGB (Red+Green+Blue) = 29+145+69=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9145 is #E26EBA. Grayscale: #656565. Windows color (decimal): -14839483 or 4559133. OLE color: 4559133.
HSL color Cylindrical-coordinate representation of color #1D9145: hue angle of 140.69º 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 #1D9145 is Cyan = 0.8, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 69 | - |
| CMYK | 0.8 | 0 | 0.52 | 0.43 |
| HSL | 140.69º | 0.67% | 0.34% | - |
| HSV(B) | 140.69º | 0.8% | 0.57% | - |
| XYZ | 11.71 | 20.94 | 9.06 | - |
| YUV | 101.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 69 | 0.8 | 0 | 0.52 | 0.43 | 140.69 | 0.67 | 0.34 |
| Hex | 1D | 91 | 45 | 50 | 0 | 34 | 2B | 8D | 43 | 22 |
| Octal | 35 | 221 | 105 | 120 | 0 | 64 | 53 | 215 | 103 | 42 |
| Binary | 11101 | 10010001 | 1000101 | 1010000 | 0 | 110100 | 101011 | 10001101 | 1000011 | 100010 |
Color Harmonies of #1D9145
Complementary color
Monochromatic Colors of #1D9145
Black with #1D9145
Text Example
Text Example
White with #1D9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9145; }
p { color: rgb(29,145,69); }
H1.HeaderClassName
{
color: #1D9145;
}
.AnyTagClassName
{
color: #1D9145;
}
</style>
background-color css
<style>
a { background-color: #1D9145; }
a { background-color: rgb(29,145,69); }
div.DivClassName
{
background-color: #1D9145;
}
.BgClassName
{
background-color: #1D9145;
}
</style>
border-color css
<style>
span { border-color: #1D9145; }
span { border-color: rgb(29,145,69); }
td.TdClassName
{
border-color: #1D9145;
}
.TagClassName
{
border-color: #1D9145;
}
</style>