Shades of Camarone #1C7230
Tints of Camarone #1C7230
RGB
CMYK
RGB Variations
Color information
#1C7230 (or 0x1C7230) is known color: Camarone. HEX triplet: 1C, 72 and 30. RGB value is (28,114,48). Sum of RGB (Red+Green+Blue) = 28+114+48=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7230 is #E38DCF. Grayscale: #505050. Windows color (decimal): -14912976 or 3174940. OLE color: 3174940.
HSL color Cylindrical-coordinate representation of color #1C7230: hue angle of 133.95º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7230 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 48 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.55 |
| HSL | 133.95º | 0.61% | 0.28% | - |
| HSV(B) | 133.95º | 0.75% | 0.45% | - |
| XYZ | 7.03 | 12.49 | 4.84 | - |
| YUV | 80.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 48 | 0.75 | 0 | 0.58 | 0.55 | 133.95 | 0.61 | 0.28 |
| Hex | 1C | 72 | 30 | 4B | 0 | 3A | 37 | 86 | 3D | 1C |
| Octal | 34 | 162 | 60 | 113 | 0 | 72 | 67 | 206 | 75 | 34 |
| Binary | 11100 | 1110010 | 110000 | 1001011 | 0 | 111010 | 110111 | 10000110 | 111101 | 11100 |
Color Harmonies of #1C7230
Complementary color
Monochromatic Colors of #1C7230
Black with #1C7230
Text Example
Text Example
White with #1C7230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7230; }
p { color: rgb(28,114,48); }
H1.HeaderClassName
{
color: #1C7230;
}
.AnyTagClassName
{
color: #1C7230;
}
</style>
background-color css
<style>
a { background-color: #1C7230; }
a { background-color: rgb(28,114,48); }
div.DivClassName
{
background-color: #1C7230;
}
.BgClassName
{
background-color: #1C7230;
}
</style>
border-color css
<style>
span { border-color: #1C7230; }
span { border-color: rgb(28,114,48); }
td.TdClassName
{
border-color: #1C7230;
}
.TagClassName
{
border-color: #1C7230;
}
</style>