Shades of Sea Green #1DA048
Tints of Sea Green #1DA048
RGB
CMYK
RGB Variations
Color information
#1DA048 (or 0x1DA048) is known color: Sea Green. HEX triplet: 1D, A0 and 48. RGB value is (29,160,72). Sum of RGB (Red+Green+Blue) = 29+160+72=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA048 is #E25FB7. Grayscale: #6F6F6F. Windows color (decimal): -14835640 or 4759581. OLE color: 4759581.
HSL color Cylindrical-coordinate representation of color #1DA048: hue angle of 139.69º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA048 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 72 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.37 |
| HSL | 139.69º | 0.69% | 0.37% | - |
| HSV(B) | 139.69º | 0.82% | 0.63% | - |
| XYZ | 14.25 | 25.87 | 10.37 | - |
| YUV | 110.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 72 | 0.82 | 0 | 0.55 | 0.37 | 139.69 | 0.69 | 0.37 |
| Hex | 1D | A0 | 48 | 52 | 0 | 37 | 25 | 8C | 45 | 25 |
| Octal | 35 | 240 | 110 | 122 | 0 | 67 | 45 | 214 | 105 | 45 |
| Binary | 11101 | 10100000 | 1001000 | 1010010 | 0 | 110111 | 100101 | 10001100 | 1000101 | 100101 |
Color Harmonies of #1DA048
Complementary color
Monochromatic Colors of #1DA048
Black with #1DA048
Text Example
Text Example
White with #1DA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA048; }
p { color: rgb(29,160,72); }
H1.HeaderClassName
{
color: #1DA048;
}
.AnyTagClassName
{
color: #1DA048;
}
</style>
background-color css
<style>
a { background-color: #1DA048; }
a { background-color: rgb(29,160,72); }
div.DivClassName
{
background-color: #1DA048;
}
.BgClassName
{
background-color: #1DA048;
}
</style>
border-color css
<style>
span { border-color: #1DA048; }
span { border-color: rgb(29,160,72); }
td.TdClassName
{
border-color: #1DA048;
}
.TagClassName
{
border-color: #1DA048;
}
</style>