Shades of Camarone #1C743B
Tints of Camarone #1C743B
RGB
CMYK
RGB Variations
Color information
#1C743B (or 0x1C743B) is known color: Camarone. HEX triplet: 1C, 74 and 3B. RGB value is (28,116,59). Sum of RGB (Red+Green+Blue) = 28+116+59=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #1C743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C743B is #E38BC4. Grayscale: #535353. Windows color (decimal): -14912453 or 3896348. OLE color: 3896348.
HSL color Cylindrical-coordinate representation of color #1C743B: hue angle of 141.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C743B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 59 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.55 |
| HSL | 141.14º | 0.61% | 0.28% | - |
| HSV(B) | 141.14º | 0.76% | 0.45% | - |
| XYZ | 7.51 | 13.05 | 6.26 | - |
| YUV | 83.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 59 | 0.76 | 0 | 0.49 | 0.55 | 141.14 | 0.61 | 0.28 |
| Hex | 1C | 74 | 3B | 4C | 0 | 31 | 37 | 8D | 3D | 1C |
| Octal | 34 | 164 | 73 | 114 | 0 | 61 | 67 | 215 | 75 | 34 |
| Binary | 11100 | 1110100 | 111011 | 1001100 | 0 | 110001 | 110111 | 10001101 | 111101 | 11100 |
Color Harmonies of #1C743B
Complementary color
Monochromatic Colors of #1C743B
Black with #1C743B
Text Example
Text Example
White with #1C743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C743B; }
p { color: rgb(28,116,59); }
H1.HeaderClassName
{
color: #1C743B;
}
.AnyTagClassName
{
color: #1C743B;
}
</style>
background-color css
<style>
a { background-color: #1C743B; }
a { background-color: rgb(28,116,59); }
div.DivClassName
{
background-color: #1C743B;
}
.BgClassName
{
background-color: #1C743B;
}
</style>
border-color css
<style>
span { border-color: #1C743B; }
span { border-color: rgb(28,116,59); }
td.TdClassName
{
border-color: #1C743B;
}
.TagClassName
{
border-color: #1C743B;
}
</style>