Shades of Sea Green #1D974B
Tints of Sea Green #1D974B
RGB
CMYK
RGB Variations
Color information
#1D974B (or 0x1D974B) is known color: Sea Green. HEX triplet: 1D, 97 and 4B. RGB value is (29,151,75). Sum of RGB (Red+Green+Blue) = 29+151+75=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #1D974B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D974B is #E268B4. Grayscale: #6A6A6A. Windows color (decimal): -14837941 or 4953885. OLE color: 4953885.
HSL color Cylindrical-coordinate representation of color #1D974B: hue angle of 142.62º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D974B is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 151 | 75 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.41 |
| HSL | 142.62º | 0.68% | 0.35% | - |
| HSV(B) | 142.62º | 0.81% | 0.59% | - |
| XYZ | 12.84 | 22.9 | 10.4 | - |
| YUV | 105.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 151 | 75 | 0.81 | 0 | 0.50 | 0.41 | 142.62 | 0.68 | 0.35 |
| Hex | 1D | 97 | 4B | 51 | 0 | 32 | 29 | 8F | 44 | 23 |
| Octal | 35 | 227 | 113 | 121 | 0 | 62 | 51 | 217 | 104 | 43 |
| Binary | 11101 | 10010111 | 1001011 | 1010001 | 0 | 110010 | 101001 | 10001111 | 1000100 | 100011 |
Color Harmonies of #1D974B
Complementary color
Monochromatic Colors of #1D974B
Black with #1D974B
Text Example
Text Example
White with #1D974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D974B; }
p { color: rgb(29,151,75); }
H1.HeaderClassName
{
color: #1D974B;
}
.AnyTagClassName
{
color: #1D974B;
}
</style>
background-color css
<style>
a { background-color: #1D974B; }
a { background-color: rgb(29,151,75); }
div.DivClassName
{
background-color: #1D974B;
}
.BgClassName
{
background-color: #1D974B;
}
</style>
border-color css
<style>
span { border-color: #1D974B; }
span { border-color: rgb(29,151,75); }
td.TdClassName
{
border-color: #1D974B;
}
.TagClassName
{
border-color: #1D974B;
}
</style>