Shades of Sea Green #1C945D
Tints of Sea Green #1C945D
RGB
CMYK
RGB Variations
Color information
#1C945D (or 0x1C945D) is known color: Sea Green. HEX triplet: 1C, 94 and 5D. RGB value is (28,148,93). Sum of RGB (Red+Green+Blue) = 28+148+93=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #1C945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C945D is #E36BA2. Grayscale: #696969. Windows color (decimal): -14904227 or 6132764. OLE color: 6132764.
HSL color Cylindrical-coordinate representation of color #1C945D: hue angle of 152.5º degrees, saturation: 0.68, 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 #1C945D is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 93 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.42 |
| HSL | 152.5º | 0.68% | 0.35% | - |
| HSV(B) | 152.5º | 0.81% | 0.58% | - |
| XYZ | 13.04 | 22.22 | 13.96 | - |
| YUV | 105.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 93 | 0.81 | 0 | 0.37 | 0.42 | 152.5 | 0.68 | 0.35 |
| Hex | 1C | 94 | 5D | 51 | 0 | 25 | 2A | 98 | 44 | 23 |
| Octal | 34 | 224 | 135 | 121 | 0 | 45 | 52 | 230 | 104 | 43 |
| Binary | 11100 | 10010100 | 1011101 | 1010001 | 0 | 100101 | 101010 | 10011000 | 1000100 | 100011 |
Color Harmonies of #1C945D
Complementary color
Monochromatic Colors of #1C945D
Black with #1C945D
Text Example
Text Example
White with #1C945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C945D; }
p { color: rgb(28,148,93); }
H1.HeaderClassName
{
color: #1C945D;
}
.AnyTagClassName
{
color: #1C945D;
}
</style>
background-color css
<style>
a { background-color: #1C945D; }
a { background-color: rgb(28,148,93); }
div.DivClassName
{
background-color: #1C945D;
}
.BgClassName
{
background-color: #1C945D;
}
</style>
border-color css
<style>
span { border-color: #1C945D; }
span { border-color: rgb(28,148,93); }
td.TdClassName
{
border-color: #1C945D;
}
.TagClassName
{
border-color: #1C945D;
}
</style>