Shades of Sea Green #1B964B
Tints of Sea Green #1B964B
RGB
CMYK
RGB Variations
Color information
#1B964B (or 0x1B964B) is known color: Sea Green. HEX triplet: 1B, 96 and 4B. RGB value is (27,150,75). Sum of RGB (Red+Green+Blue) = 27+150+75=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #1B964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B964B is #E469B4. Grayscale: #686868. Windows color (decimal): -14969269 or 4953627. OLE color: 4953627.
HSL color Cylindrical-coordinate representation of color #1B964B: hue angle of 143.41º 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 #1B964B is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 150 | 75 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.41 |
| HSL | 143.41º | 0.69% | 0.35% | - |
| HSV(B) | 143.41º | 0.82% | 0.59% | - |
| XYZ | 12.63 | 22.55 | 10.34 | - |
| YUV | 104.67 | 111.25 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 150 | 75 | 0.82 | 0 | 0.5 | 0.41 | 143.41 | 0.69 | 0.35 |
| Hex | 1B | 96 | 4B | 52 | 0 | 32 | 29 | 8F | 45 | 23 |
| Octal | 33 | 226 | 113 | 122 | 0 | 62 | 51 | 217 | 105 | 43 |
| Binary | 11011 | 10010110 | 1001011 | 1010010 | 0 | 110010 | 101001 | 10001111 | 1000101 | 100011 |
Color Harmonies of #1B964B
Complementary color
Monochromatic Colors of #1B964B
Black with #1B964B
Text Example
Text Example
White with #1B964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B964B; }
p { color: rgb(27,150,75); }
H1.HeaderClassName
{
color: #1B964B;
}
.AnyTagClassName
{
color: #1B964B;
}
</style>
background-color css
<style>
a { background-color: #1B964B; }
a { background-color: rgb(27,150,75); }
div.DivClassName
{
background-color: #1B964B;
}
.BgClassName
{
background-color: #1B964B;
}
</style>
border-color css
<style>
span { border-color: #1B964B; }
span { border-color: rgb(27,150,75); }
td.TdClassName
{
border-color: #1B964B;
}
.TagClassName
{
border-color: #1B964B;
}
</style>