Shades of Sea Green #1B965D
Tints of Sea Green #1B965D
RGB
CMYK
RGB Variations
Color information
#1B965D (or 0x1B965D) is known color: Sea Green. HEX triplet: 1B, 96 and 5D. RGB value is (27,150,93). Sum of RGB (Red+Green+Blue) = 27+150+93=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #1B965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B965D is #E469A2. Grayscale: #6A6A6A. Windows color (decimal): -14969251 or 6133275. OLE color: 6133275.
HSL color Cylindrical-coordinate representation of color #1B965D: hue angle of 152.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B965D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 150 | 93 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.41 |
| HSL | 152.2º | 0.69% | 0.35% | - |
| HSV(B) | 152.2º | 0.82% | 0.59% | - |
| XYZ | 13.33 | 22.84 | 14.06 | - |
| YUV | 106.73 | 120.25 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 150 | 93 | 0.82 | 0 | 0.38 | 0.41 | 152.2 | 0.69 | 0.35 |
| Hex | 1B | 96 | 5D | 52 | 0 | 26 | 29 | 98 | 45 | 23 |
| Octal | 33 | 226 | 135 | 122 | 0 | 46 | 51 | 230 | 105 | 43 |
| Binary | 11011 | 10010110 | 1011101 | 1010010 | 0 | 100110 | 101001 | 10011000 | 1000101 | 100011 |
Color Harmonies of #1B965D
Complementary color
Monochromatic Colors of #1B965D
Black with #1B965D
Text Example
Text Example
White with #1B965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B965D; }
p { color: rgb(27,150,93); }
H1.HeaderClassName
{
color: #1B965D;
}
.AnyTagClassName
{
color: #1B965D;
}
</style>
background-color css
<style>
a { background-color: #1B965D; }
a { background-color: rgb(27,150,93); }
div.DivClassName
{
background-color: #1B965D;
}
.BgClassName
{
background-color: #1B965D;
}
</style>
border-color css
<style>
span { border-color: #1B965D; }
span { border-color: rgb(27,150,93); }
td.TdClassName
{
border-color: #1B965D;
}
.TagClassName
{
border-color: #1B965D;
}
</style>