Shades of Sea Green #1A944A
Tints of Sea Green #1A944A
RGB
CMYK
RGB Variations
Color information
#1A944A (or 0x1A944A) is known color: Sea Green. HEX triplet: 1A, 94 and 4A. RGB value is (26,148,74). Sum of RGB (Red+Green+Blue) = 26+148+74=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #1A944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A944A is #E56BB5. Grayscale: #676767. Windows color (decimal): -15035318 or 4887578. OLE color: 4887578.
HSL color Cylindrical-coordinate representation of color #1A944A: hue angle of 143.61º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A944A is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 74 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.42 |
| HSL | 143.61º | 0.7% | 0.34% | - |
| HSV(B) | 143.61º | 0.82% | 0.58% | - |
| XYZ | 12.25 | 21.89 | 10.06 | - |
| YUV | 103.09 | 111.58 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 74 | 0.82 | 0 | 0.50 | 0.42 | 143.61 | 0.7 | 0.34 |
| Hex | 1A | 94 | 4A | 52 | 0 | 32 | 2A | 90 | 46 | 22 |
| Octal | 32 | 224 | 112 | 122 | 0 | 62 | 52 | 220 | 106 | 42 |
| Binary | 11010 | 10010100 | 1001010 | 1010010 | 0 | 110010 | 101010 | 10010000 | 1000110 | 100010 |
Color Harmonies of #1A944A
Complementary color
Monochromatic Colors of #1A944A
Black with #1A944A
Text Example
Text Example
White with #1A944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A944A; }
p { color: rgb(26,148,74); }
H1.HeaderClassName
{
color: #1A944A;
}
.AnyTagClassName
{
color: #1A944A;
}
</style>
background-color css
<style>
a { background-color: #1A944A; }
a { background-color: rgb(26,148,74); }
div.DivClassName
{
background-color: #1A944A;
}
.BgClassName
{
background-color: #1A944A;
}
</style>
border-color css
<style>
span { border-color: #1A944A; }
span { border-color: rgb(26,148,74); }
td.TdClassName
{
border-color: #1A944A;
}
.TagClassName
{
border-color: #1A944A;
}
</style>