Shades of Sea Green #1D953F
Tints of Sea Green #1D953F
RGB
CMYK
RGB Variations
Color information
#1D953F (or 0x1D953F) is known color: Sea Green. HEX triplet: 1D, 95 and 3F. RGB value is (29,149,63). Sum of RGB (Red+Green+Blue) = 29+149+63=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #1D953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D953F is #E26AC0. Grayscale: #676767. Windows color (decimal): -14838465 or 4166941. OLE color: 4166941.
HSL color Cylindrical-coordinate representation of color #1D953F: hue angle of 137º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D953F is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 149 | 63 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.42 |
| HSL | 137º | 0.67% | 0.35% | - |
| HSV(B) | 137º | 0.81% | 0.58% | - |
| XYZ | 12.15 | 22.11 | 8.33 | - |
| YUV | 103.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 63 | 0.81 | 0 | 0.58 | 0.42 | 137 | 0.67 | 0.35 |
| Hex | 1D | 95 | 3F | 51 | 0 | 3A | 2A | 89 | 43 | 23 |
| Octal | 35 | 225 | 77 | 121 | 0 | 72 | 52 | 211 | 103 | 43 |
| Binary | 11101 | 10010101 | 111111 | 1010001 | 0 | 111010 | 101010 | 10001001 | 1000011 | 100011 |
Color Harmonies of #1D953F
Complementary color
Monochromatic Colors of #1D953F
Black with #1D953F
Text Example
Text Example
White with #1D953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D953F; }
p { color: rgb(29,149,63); }
H1.HeaderClassName
{
color: #1D953F;
}
.AnyTagClassName
{
color: #1D953F;
}
</style>
background-color css
<style>
a { background-color: #1D953F; }
a { background-color: rgb(29,149,63); }
div.DivClassName
{
background-color: #1D953F;
}
.BgClassName
{
background-color: #1D953F;
}
</style>
border-color css
<style>
span { border-color: #1D953F; }
span { border-color: rgb(29,149,63); }
td.TdClassName
{
border-color: #1D953F;
}
.TagClassName
{
border-color: #1D953F;
}
</style>