Shades of Sea Green #1D925B
Tints of Sea Green #1D925B
RGB
CMYK
RGB Variations
Color information
#1D925B (or 0x1D925B) is known color: Sea Green. HEX triplet: 1D, 92 and 5B. RGB value is (29,146,91). Sum of RGB (Red+Green+Blue) = 29+146+91=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #1D925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D925B is #E26DA4. Grayscale: #686868. Windows color (decimal): -14839205 or 6001181. OLE color: 6001181.
HSL color Cylindrical-coordinate representation of color #1D925B: hue angle of 151.79º 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 #1D925B is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 91 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.43 |
| HSL | 151.79º | 0.67% | 0.34% | - |
| HSV(B) | 151.79º | 0.8% | 0.57% | - |
| XYZ | 12.67 | 21.57 | 13.39 | - |
| YUV | 104.75 | 120.24 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 91 | 0.80 | 0 | 0.38 | 0.43 | 151.79 | 0.67 | 0.34 |
| Hex | 1D | 92 | 5B | 50 | 0 | 26 | 2B | 98 | 43 | 22 |
| Octal | 35 | 222 | 133 | 120 | 0 | 46 | 53 | 230 | 103 | 42 |
| Binary | 11101 | 10010010 | 1011011 | 1010000 | 0 | 100110 | 101011 | 10011000 | 1000011 | 100010 |
Color Harmonies of #1D925B
Complementary color
Monochromatic Colors of #1D925B
Black with #1D925B
Text Example
Text Example
White with #1D925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D925B; }
p { color: rgb(29,146,91); }
H1.HeaderClassName
{
color: #1D925B;
}
.AnyTagClassName
{
color: #1D925B;
}
</style>
background-color css
<style>
a { background-color: #1D925B; }
a { background-color: rgb(29,146,91); }
div.DivClassName
{
background-color: #1D925B;
}
.BgClassName
{
background-color: #1D925B;
}
</style>
border-color css
<style>
span { border-color: #1D925B; }
span { border-color: rgb(29,146,91); }
td.TdClassName
{
border-color: #1D925B;
}
.TagClassName
{
border-color: #1D925B;
}
</style>