Shades of Sea Green #1D914F
Tints of Sea Green #1D914F
RGB
CMYK
RGB Variations
Color information
#1D914F (or 0x1D914F) is known color: Sea Green. HEX triplet: 1D, 91 and 4F. RGB value is (29,145,79). Sum of RGB (Red+Green+Blue) = 29+145+79=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #1D914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D914F is #E26EB0. Grayscale: #666666. Windows color (decimal): -14839473 or 5214493. OLE color: 5214493.
HSL color Cylindrical-coordinate representation of color #1D914F: hue angle of 145.86º 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 #1D914F is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 79 | - |
| CMYK | 0.8 | 0 | 0.46 | 0.43 |
| HSL | 145.86º | 0.67% | 0.34% | - |
| HSV(B) | 145.86º | 0.8% | 0.57% | - |
| XYZ | 12.04 | 21.08 | 10.83 | - |
| YUV | 102.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 79 | 0.8 | 0 | 0.46 | 0.43 | 145.86 | 0.67 | 0.34 |
| Hex | 1D | 91 | 4F | 50 | 0 | 2E | 2B | 92 | 43 | 22 |
| Octal | 35 | 221 | 117 | 120 | 0 | 56 | 53 | 222 | 103 | 42 |
| Binary | 11101 | 10010001 | 1001111 | 1010000 | 0 | 101110 | 101011 | 10010010 | 1000011 | 100010 |
Color Harmonies of #1D914F
Complementary color
Monochromatic Colors of #1D914F
Black with #1D914F
Text Example
Text Example
White with #1D914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D914F; }
p { color: rgb(29,145,79); }
H1.HeaderClassName
{
color: #1D914F;
}
.AnyTagClassName
{
color: #1D914F;
}
</style>
background-color css
<style>
a { background-color: #1D914F; }
a { background-color: rgb(29,145,79); }
div.DivClassName
{
background-color: #1D914F;
}
.BgClassName
{
background-color: #1D914F;
}
</style>
border-color css
<style>
span { border-color: #1D914F; }
span { border-color: rgb(29,145,79); }
td.TdClassName
{
border-color: #1D914F;
}
.TagClassName
{
border-color: #1D914F;
}
</style>