Shades of Camarone #1B712E
Tints of Camarone #1B712E
RGB
CMYK
RGB Variations
Color information
#1B712E (or 0x1B712E) is known color: Camarone. HEX triplet: 1B, 71 and 2E. RGB value is (27,113,46). Sum of RGB (Red+Green+Blue) = 27+113+46=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #1B712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B712E is #E48ED1. Grayscale: #4F4F4F. Windows color (decimal): -14978770 or 3043611. OLE color: 3043611.
HSL color Cylindrical-coordinate representation of color #1B712E: hue angle of 133.26º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B712E is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 46 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.56 |
| HSL | 133.26º | 0.61% | 0.27% | - |
| HSV(B) | 133.26º | 0.76% | 0.44% | - |
| XYZ | 6.85 | 12.24 | 4.59 | - |
| YUV | 79.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 46 | 0.76 | 0 | 0.59 | 0.56 | 133.26 | 0.61 | 0.27 |
| Hex | 1B | 71 | 2E | 4C | 0 | 3B | 38 | 85 | 3D | 1B |
| Octal | 33 | 161 | 56 | 114 | 0 | 73 | 70 | 205 | 75 | 33 |
| Binary | 11011 | 1110001 | 101110 | 1001100 | 0 | 111011 | 111000 | 10000101 | 111101 | 11011 |
Color Harmonies of #1B712E
Complementary color
Monochromatic Colors of #1B712E
Black with #1B712E
Text Example
Text Example
White with #1B712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B712E; }
p { color: rgb(27,113,46); }
H1.HeaderClassName
{
color: #1B712E;
}
.AnyTagClassName
{
color: #1B712E;
}
</style>
background-color css
<style>
a { background-color: #1B712E; }
a { background-color: rgb(27,113,46); }
div.DivClassName
{
background-color: #1B712E;
}
.BgClassName
{
background-color: #1B712E;
}
</style>
border-color css
<style>
span { border-color: #1B712E; }
span { border-color: rgb(27,113,46); }
td.TdClassName
{
border-color: #1B712E;
}
.TagClassName
{
border-color: #1B712E;
}
</style>