Shades of Camarone #1B742E
Tints of Camarone #1B742E
RGB
CMYK
RGB Variations
Color information
#1B742E (or 0x1B742E) is known color: Camarone. HEX triplet: 1B, 74 and 2E. RGB value is (27,116,46). Sum of RGB (Red+Green+Blue) = 27+116+46=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #1B742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B742E is #E48BD1. Grayscale: #515151. Windows color (decimal): -14978002 or 3044379. OLE color: 3044379.
HSL color Cylindrical-coordinate representation of color #1B742E: hue angle of 132.81º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B742E is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 46 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.55 |
| HSL | 132.81º | 0.62% | 0.28% | - |
| HSV(B) | 132.81º | 0.77% | 0.45% | - |
| XYZ | 7.19 | 12.92 | 4.7 | - |
| YUV | 81.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 46 | 0.77 | 0 | 0.60 | 0.55 | 132.81 | 0.62 | 0.28 |
| Hex | 1B | 74 | 2E | 4D | 0 | 3C | 37 | 85 | 3E | 1C |
| Octal | 33 | 164 | 56 | 115 | 0 | 74 | 67 | 205 | 76 | 34 |
| Binary | 11011 | 1110100 | 101110 | 1001101 | 0 | 111100 | 110111 | 10000101 | 111110 | 11100 |
Color Harmonies of #1B742E
Complementary color
Monochromatic Colors of #1B742E
Black with #1B742E
Text Example
Text Example
White with #1B742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B742E; }
p { color: rgb(27,116,46); }
H1.HeaderClassName
{
color: #1B742E;
}
.AnyTagClassName
{
color: #1B742E;
}
</style>
background-color css
<style>
a { background-color: #1B742E; }
a { background-color: rgb(27,116,46); }
div.DivClassName
{
background-color: #1B742E;
}
.BgClassName
{
background-color: #1B742E;
}
</style>
border-color css
<style>
span { border-color: #1B742E; }
span { border-color: rgb(27,116,46); }
td.TdClassName
{
border-color: #1B742E;
}
.TagClassName
{
border-color: #1B742E;
}
</style>