Shades of Sea Green #1DA045
Tints of Sea Green #1DA045
RGB
CMYK
RGB Variations
Color information
#1DA045 (or 0x1DA045) is known color: Sea Green. HEX triplet: 1D, A0 and 45. RGB value is (29,160,69). Sum of RGB (Red+Green+Blue) = 29+160+69=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA045 is #E25FBA. Grayscale: #6E6E6E. Windows color (decimal): -14835643 or 4562973. OLE color: 4562973.
HSL color Cylindrical-coordinate representation of color #1DA045: hue angle of 138.32º 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 #1DA045 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 69 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.37 |
| HSL | 138.32º | 0.69% | 0.37% | - |
| HSV(B) | 138.32º | 0.82% | 0.63% | - |
| XYZ | 14.15 | 25.83 | 9.87 | - |
| YUV | 110.46 | 104.6 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 69 | 0.82 | 0 | 0.57 | 0.37 | 138.32 | 0.69 | 0.37 |
| Hex | 1D | A0 | 45 | 52 | 0 | 39 | 25 | 8A | 45 | 25 |
| Octal | 35 | 240 | 105 | 122 | 0 | 71 | 45 | 212 | 105 | 45 |
| Binary | 11101 | 10100000 | 1000101 | 1010010 | 0 | 111001 | 100101 | 10001010 | 1000101 | 100101 |
Color Harmonies of #1DA045
Complementary color
Monochromatic Colors of #1DA045
Black with #1DA045
Text Example
Text Example
White with #1DA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA045; }
p { color: rgb(29,160,69); }
H1.HeaderClassName
{
color: #1DA045;
}
.AnyTagClassName
{
color: #1DA045;
}
</style>
background-color css
<style>
a { background-color: #1DA045; }
a { background-color: rgb(29,160,69); }
div.DivClassName
{
background-color: #1DA045;
}
.BgClassName
{
background-color: #1DA045;
}
</style>
border-color css
<style>
span { border-color: #1DA045; }
span { border-color: rgb(29,160,69); }
td.TdClassName
{
border-color: #1DA045;
}
.TagClassName
{
border-color: #1DA045;
}
</style>