Shades of Camarone #1B712A
Tints of Camarone #1B712A
RGB
CMYK
RGB Variations
Color information
#1B712A (or 0x1B712A) is known color: Camarone. HEX triplet: 1B, 71 and 2A. RGB value is (27,113,42). Sum of RGB (Red+Green+Blue) = 27+113+42=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #1B712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B712A is #E48ED5. Grayscale: #4F4F4F. Windows color (decimal): -14978774 or 2781467. OLE color: 2781467.
HSL color Cylindrical-coordinate representation of color #1B712A: hue angle of 130.47º 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 #1B712A is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 42 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.56 |
| HSL | 130.47º | 0.61% | 0.27% | - |
| HSV(B) | 130.47º | 0.76% | 0.44% | - |
| XYZ | 6.78 | 12.21 | 4.19 | - |
| YUV | 79.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 42 | 0.76 | 0 | 0.63 | 0.56 | 130.47 | 0.61 | 0.27 |
| Hex | 1B | 71 | 2A | 4C | 0 | 3F | 38 | 82 | 3D | 1B |
| Octal | 33 | 161 | 52 | 114 | 0 | 77 | 70 | 202 | 75 | 33 |
| Binary | 11011 | 1110001 | 101010 | 1001100 | 0 | 111111 | 111000 | 10000010 | 111101 | 11011 |
Color Harmonies of #1B712A
Complementary color
Monochromatic Colors of #1B712A
Black with #1B712A
Text Example
Text Example
White with #1B712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B712A; }
p { color: rgb(27,113,42); }
H1.HeaderClassName
{
color: #1B712A;
}
.AnyTagClassName
{
color: #1B712A;
}
</style>
background-color css
<style>
a { background-color: #1B712A; }
a { background-color: rgb(27,113,42); }
div.DivClassName
{
background-color: #1B712A;
}
.BgClassName
{
background-color: #1B712A;
}
</style>
border-color css
<style>
span { border-color: #1B712A; }
span { border-color: rgb(27,113,42); }
td.TdClassName
{
border-color: #1B712A;
}
.TagClassName
{
border-color: #1B712A;
}
</style>