Shades of Sea Green #1C974A
Tints of Sea Green #1C974A
RGB
CMYK
RGB Variations
Color information
#1C974A (or 0x1C974A) is known color: Sea Green. HEX triplet: 1C, 97 and 4A. RGB value is (28,151,74). Sum of RGB (Red+Green+Blue) = 28+151+74=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 151 (59.38% from 255 or 59.68% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 151 - color contains mainly: green. Hex color #1C974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C974A is #E368B5. Grayscale: #696969. Windows color (decimal): -14903478 or 4888348. OLE color: 4888348.
HSL color Cylindrical-coordinate representation of color #1C974A: hue angle of 142.44º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C974A is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 151 | 74 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.41 |
| HSL | 142.44º | 0.69% | 0.35% | - |
| HSV(B) | 142.44º | 0.81% | 0.59% | - |
| XYZ | 12.78 | 22.87 | 10.22 | - |
| YUV | 105.45 | 110.25 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 151 | 74 | 0.81 | 0 | 0.51 | 0.41 | 142.44 | 0.69 | 0.35 |
| Hex | 1C | 97 | 4A | 51 | 0 | 33 | 29 | 8E | 45 | 23 |
| Octal | 34 | 227 | 112 | 121 | 0 | 63 | 51 | 216 | 105 | 43 |
| Binary | 11100 | 10010111 | 1001010 | 1010001 | 0 | 110011 | 101001 | 10001110 | 1000101 | 100011 |
Color Harmonies of #1C974A
Complementary color
Monochromatic Colors of #1C974A
Black with #1C974A
Text Example
Text Example
White with #1C974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C974A; }
p { color: rgb(28,151,74); }
H1.HeaderClassName
{
color: #1C974A;
}
.AnyTagClassName
{
color: #1C974A;
}
</style>
background-color css
<style>
a { background-color: #1C974A; }
a { background-color: rgb(28,151,74); }
div.DivClassName
{
background-color: #1C974A;
}
.BgClassName
{
background-color: #1C974A;
}
</style>
border-color css
<style>
span { border-color: #1C974A; }
span { border-color: rgb(28,151,74); }
td.TdClassName
{
border-color: #1C974A;
}
.TagClassName
{
border-color: #1C974A;
}
</style>