Shades of Sea Green #1B945C
Tints of Sea Green #1B945C
RGB
CMYK
RGB Variations
Color information
#1B945C (or 0x1B945C) is known color: Sea Green. HEX triplet: 1B, 94 and 5C. RGB value is (27,148,92). Sum of RGB (Red+Green+Blue) = 27+148+92=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #1B945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B945C is #E46BA3. Grayscale: #696969. Windows color (decimal): -14969764 or 6067227. OLE color: 6067227.
HSL color Cylindrical-coordinate representation of color #1B945C: hue angle of 152.23º degrees, saturation: 0.69, 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 #1B945C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 92 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.42 |
| HSL | 152.23º | 0.69% | 0.34% | - |
| HSV(B) | 152.23º | 0.82% | 0.58% | - |
| XYZ | 12.97 | 22.19 | 13.72 | - |
| YUV | 105.44 | 120.41 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 92 | 0.82 | 0 | 0.38 | 0.42 | 152.23 | 0.69 | 0.34 |
| Hex | 1B | 94 | 5C | 52 | 0 | 26 | 2A | 98 | 45 | 22 |
| Octal | 33 | 224 | 134 | 122 | 0 | 46 | 52 | 230 | 105 | 42 |
| Binary | 11011 | 10010100 | 1011100 | 1010010 | 0 | 100110 | 101010 | 10011000 | 1000101 | 100010 |
Color Harmonies of #1B945C
Complementary color
Monochromatic Colors of #1B945C
Black with #1B945C
Text Example
Text Example
White with #1B945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B945C; }
p { color: rgb(27,148,92); }
H1.HeaderClassName
{
color: #1B945C;
}
.AnyTagClassName
{
color: #1B945C;
}
</style>
background-color css
<style>
a { background-color: #1B945C; }
a { background-color: rgb(27,148,92); }
div.DivClassName
{
background-color: #1B945C;
}
.BgClassName
{
background-color: #1B945C;
}
</style>
border-color css
<style>
span { border-color: #1B945C; }
span { border-color: rgb(27,148,92); }
td.TdClassName
{
border-color: #1B945C;
}
.TagClassName
{
border-color: #1B945C;
}
</style>