Shades of Sea Green #1D915A
Tints of Sea Green #1D915A
RGB
CMYK
RGB Variations
Color information
#1D915A (or 0x1D915A) is known color: Sea Green. HEX triplet: 1D, 91 and 5A. RGB value is (29,145,90). Sum of RGB (Red+Green+Blue) = 29+145+90=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #1D915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D915A is #E26EA5. Grayscale: #686868. Windows color (decimal): -14839462 or 5935389. OLE color: 5935389.
HSL color Cylindrical-coordinate representation of color #1D915A: hue angle of 151.55º 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 #1D915A is Cyan = 0.8, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 90 | - |
| CMYK | 0.8 | 0 | 0.38 | 0.43 |
| HSL | 151.55º | 0.67% | 0.34% | - |
| HSV(B) | 151.55º | 0.8% | 0.57% | - |
| XYZ | 12.48 | 21.25 | 13.12 | - |
| YUV | 104.05 | 120.07 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 90 | 0.8 | 0 | 0.38 | 0.43 | 151.55 | 0.67 | 0.34 |
| Hex | 1D | 91 | 5A | 50 | 0 | 26 | 2B | 98 | 43 | 22 |
| Octal | 35 | 221 | 132 | 120 | 0 | 46 | 53 | 230 | 103 | 42 |
| Binary | 11101 | 10010001 | 1011010 | 1010000 | 0 | 100110 | 101011 | 10011000 | 1000011 | 100010 |
Color Harmonies of #1D915A
Complementary color
Monochromatic Colors of #1D915A
Black with #1D915A
Text Example
Text Example
White with #1D915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D915A; }
p { color: rgb(29,145,90); }
H1.HeaderClassName
{
color: #1D915A;
}
.AnyTagClassName
{
color: #1D915A;
}
</style>
background-color css
<style>
a { background-color: #1D915A; }
a { background-color: rgb(29,145,90); }
div.DivClassName
{
background-color: #1D915A;
}
.BgClassName
{
background-color: #1D915A;
}
</style>
border-color css
<style>
span { border-color: #1D915A; }
span { border-color: rgb(29,145,90); }
td.TdClassName
{
border-color: #1D915A;
}
.TagClassName
{
border-color: #1D915A;
}
</style>