Shades of Sea Green #1A944B
Tints of Sea Green #1A944B
RGB
CMYK
RGB Variations
Color information
#1A944B (or 0x1A944B) is known color: Sea Green. HEX triplet: 1A, 94 and 4B. RGB value is (26,148,75). Sum of RGB (Red+Green+Blue) = 26+148+75=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #1A944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A944B is #E56BB4. Grayscale: #676767. Windows color (decimal): -15035317 or 4953114. OLE color: 4953114.
HSL color Cylindrical-coordinate representation of color #1A944B: hue angle of 144.1º 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 #1A944B is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 75 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.42 |
| HSL | 144.1º | 0.7% | 0.34% | - |
| HSV(B) | 144.1º | 0.82% | 0.58% | - |
| XYZ | 12.29 | 21.91 | 10.24 | - |
| YUV | 103.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 75 | 0.82 | 0 | 0.49 | 0.42 | 144.1 | 0.7 | 0.34 |
| Hex | 1A | 94 | 4B | 52 | 0 | 31 | 2A | 90 | 46 | 22 |
| Octal | 32 | 224 | 113 | 122 | 0 | 61 | 52 | 220 | 106 | 42 |
| Binary | 11010 | 10010100 | 1001011 | 1010010 | 0 | 110001 | 101010 | 10010000 | 1000110 | 100010 |
Color Harmonies of #1A944B
Complementary color
Monochromatic Colors of #1A944B
Black with #1A944B
Text Example
Text Example
White with #1A944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A944B; }
p { color: rgb(26,148,75); }
H1.HeaderClassName
{
color: #1A944B;
}
.AnyTagClassName
{
color: #1A944B;
}
</style>
background-color css
<style>
a { background-color: #1A944B; }
a { background-color: rgb(26,148,75); }
div.DivClassName
{
background-color: #1A944B;
}
.BgClassName
{
background-color: #1A944B;
}
</style>
border-color css
<style>
span { border-color: #1A944B; }
span { border-color: rgb(26,148,75); }
td.TdClassName
{
border-color: #1A944B;
}
.TagClassName
{
border-color: #1A944B;
}
</style>