Shades of Sea Green #1B9248
Tints of Sea Green #1B9248
RGB
CMYK
RGB Variations
Color information
#1B9248 (or 0x1B9248) is known color: Sea Green. HEX triplet: 1B, 92 and 48. RGB value is (27,146,72). Sum of RGB (Red+Green+Blue) = 27+146+72=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #1B9248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9248 is #E46DB7. Grayscale: #666666. Windows color (decimal): -14970296 or 4755995. OLE color: 4755995.
HSL color Cylindrical-coordinate representation of color #1B9248: hue angle of 142.69º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9248 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 146 | 72 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.43 |
| HSL | 142.69º | 0.69% | 0.34% | - |
| HSV(B) | 142.69º | 0.82% | 0.57% | - |
| XYZ | 11.9 | 21.26 | 9.61 | - |
| YUV | 101.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 146 | 72 | 0.82 | 0 | 0.51 | 0.43 | 142.69 | 0.69 | 0.34 |
| Hex | 1B | 92 | 48 | 52 | 0 | 33 | 2B | 8F | 45 | 22 |
| Octal | 33 | 222 | 110 | 122 | 0 | 63 | 53 | 217 | 105 | 42 |
| Binary | 11011 | 10010010 | 1001000 | 1010010 | 0 | 110011 | 101011 | 10001111 | 1000101 | 100010 |
Color Harmonies of #1B9248
Complementary color
Monochromatic Colors of #1B9248
Black with #1B9248
Text Example
Text Example
White with #1B9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9248; }
p { color: rgb(27,146,72); }
H1.HeaderClassName
{
color: #1B9248;
}
.AnyTagClassName
{
color: #1B9248;
}
</style>
background-color css
<style>
a { background-color: #1B9248; }
a { background-color: rgb(27,146,72); }
div.DivClassName
{
background-color: #1B9248;
}
.BgClassName
{
background-color: #1B9248;
}
</style>
border-color css
<style>
span { border-color: #1B9248; }
span { border-color: rgb(27,146,72); }
td.TdClassName
{
border-color: #1B9248;
}
.TagClassName
{
border-color: #1B9248;
}
</style>