Shades of Sea Green #1D955A
Tints of Sea Green #1D955A
RGB
CMYK
RGB Variations
Color information
#1D955A (or 0x1D955A) is known color: Sea Green. HEX triplet: 1D, 95 and 5A. RGB value is (29,149,90). Sum of RGB (Red+Green+Blue) = 29+149+90=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #1D955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D955A is #E26AA5. Grayscale: #6A6A6A. Windows color (decimal): -14838438 or 5936413. OLE color: 5936413.
HSL color Cylindrical-coordinate representation of color #1D955A: hue angle of 150.5º 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 #1D955A is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 149 | 90 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.42 |
| HSL | 150.5º | 0.67% | 0.35% | - |
| HSV(B) | 150.5º | 0.81% | 0.58% | - |
| XYZ | 13.1 | 22.49 | 13.32 | - |
| YUV | 106.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 90 | 0.81 | 0 | 0.40 | 0.42 | 150.5 | 0.67 | 0.35 |
| Hex | 1D | 95 | 5A | 51 | 0 | 28 | 2A | 96 | 43 | 23 |
| Octal | 35 | 225 | 132 | 121 | 0 | 50 | 52 | 226 | 103 | 43 |
| Binary | 11101 | 10010101 | 1011010 | 1010001 | 0 | 101000 | 101010 | 10010110 | 1000011 | 100011 |
Color Harmonies of #1D955A
Complementary color
Monochromatic Colors of #1D955A
Black with #1D955A
Text Example
Text Example
White with #1D955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D955A; }
p { color: rgb(29,149,90); }
H1.HeaderClassName
{
color: #1D955A;
}
.AnyTagClassName
{
color: #1D955A;
}
</style>
background-color css
<style>
a { background-color: #1D955A; }
a { background-color: rgb(29,149,90); }
div.DivClassName
{
background-color: #1D955A;
}
.BgClassName
{
background-color: #1D955A;
}
</style>
border-color css
<style>
span { border-color: #1D955A; }
span { border-color: rgb(29,149,90); }
td.TdClassName
{
border-color: #1D955A;
}
.TagClassName
{
border-color: #1D955A;
}
</style>