Shades of Sea Green #1D945C
Tints of Sea Green #1D945C
RGB
CMYK
RGB Variations
Color information
#1D945C (or 0x1D945C) is known color: Sea Green. HEX triplet: 1D, 94 and 5C. RGB value is (29,148,92). Sum of RGB (Red+Green+Blue) = 29+148+92=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #1D945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D945C is #E26BA3. Grayscale: #6A6A6A. Windows color (decimal): -14838692 or 6067229. OLE color: 6067229.
HSL color Cylindrical-coordinate representation of color #1D945C: hue angle of 151.76º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D945C is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 92 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.42 |
| HSL | 151.76º | 0.67% | 0.35% | - |
| HSV(B) | 151.76º | 0.8% | 0.58% | - |
| XYZ | 13.03 | 22.21 | 13.73 | - |
| YUV | 106.04 | 120.08 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 92 | 0.80 | 0 | 0.38 | 0.42 | 151.76 | 0.67 | 0.35 |
| Hex | 1D | 94 | 5C | 50 | 0 | 26 | 2A | 98 | 43 | 23 |
| Octal | 35 | 224 | 134 | 120 | 0 | 46 | 52 | 230 | 103 | 43 |
| Binary | 11101 | 10010100 | 1011100 | 1010000 | 0 | 100110 | 101010 | 10011000 | 1000011 | 100011 |
Color Harmonies of #1D945C
Complementary color
Monochromatic Colors of #1D945C
Black with #1D945C
Text Example
Text Example
White with #1D945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D945C; }
p { color: rgb(29,148,92); }
H1.HeaderClassName
{
color: #1D945C;
}
.AnyTagClassName
{
color: #1D945C;
}
</style>
background-color css
<style>
a { background-color: #1D945C; }
a { background-color: rgb(29,148,92); }
div.DivClassName
{
background-color: #1D945C;
}
.BgClassName
{
background-color: #1D945C;
}
</style>
border-color css
<style>
span { border-color: #1D945C; }
span { border-color: rgb(29,148,92); }
td.TdClassName
{
border-color: #1D945C;
}
.TagClassName
{
border-color: #1D945C;
}
</style>