Shades of Deep Sea #1B855F
Tints of Deep Sea #1B855F
RGB
CMYK
RGB Variations
Color information
#1B855F (or 0x1B855F) is known color: Deep Sea. HEX triplet: 1B, 85 and 5F. RGB value is (27,133,95). Sum of RGB (Red+Green+Blue) = 27+133+95=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #1B855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B855F is #E47AA0. Grayscale: #616161. Windows color (decimal): -14973601 or 6259995. OLE color: 6259995.
HSL color Cylindrical-coordinate representation of color #1B855F: hue angle of 158.49º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B855F is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 133 | 95 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.48 |
| HSL | 158.49º | 0.66% | 0.31% | - |
| HSV(B) | 158.49º | 0.8% | 0.52% | - |
| XYZ | 10.91 | 17.83 | 13.69 | - |
| YUV | 96.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 95 | 0.80 | 0 | 0.29 | 0.48 | 158.49 | 0.66 | 0.31 |
| Hex | 1B | 85 | 5F | 50 | 0 | 1D | 30 | 9E | 42 | 1F |
| Octal | 33 | 205 | 137 | 120 | 0 | 35 | 60 | 236 | 102 | 37 |
| Binary | 11011 | 10000101 | 1011111 | 1010000 | 0 | 11101 | 110000 | 10011110 | 1000010 | 11111 |
Color Harmonies of #1B855F
Complementary color
Monochromatic Colors of #1B855F
Black with #1B855F
Text Example
Text Example
White with #1B855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B855F; }
p { color: rgb(27,133,95); }
H1.HeaderClassName
{
color: #1B855F;
}
.AnyTagClassName
{
color: #1B855F;
}
</style>
background-color css
<style>
a { background-color: #1B855F; }
a { background-color: rgb(27,133,95); }
div.DivClassName
{
background-color: #1B855F;
}
.BgClassName
{
background-color: #1B855F;
}
</style>
border-color css
<style>
span { border-color: #1B855F; }
span { border-color: rgb(27,133,95); }
td.TdClassName
{
border-color: #1B855F;
}
.TagClassName
{
border-color: #1B855F;
}
</style>