Shades of Camarone #1C672F
Tints of Camarone #1C672F
RGB
CMYK
RGB Variations
Color information
#1C672F (or 0x1C672F) is known color: Camarone. HEX triplet: 1C, 67 and 2F. RGB value is (28,103,47). Sum of RGB (Red+Green+Blue) = 28+103+47=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #1C672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C672F is #E398D0. Grayscale: #4A4A4A. Windows color (decimal): -14915793 or 3106588. OLE color: 3106588.
HSL color Cylindrical-coordinate representation of color #1C672F: hue angle of 135.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C672F is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 103 | 47 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.60 |
| HSL | 135.2º | 0.57% | 0.26% | - |
| HSV(B) | 135.2º | 0.73% | 0.4% | - |
| XYZ | 5.84 | 10.15 | 4.34 | - |
| YUV | 74.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 103 | 47 | 0.73 | 0 | 0.54 | 0.60 | 135.2 | 0.57 | 0.26 |
| Hex | 1C | 67 | 2F | 49 | 0 | 36 | 3C | 87 | 39 | 1A |
| Octal | 34 | 147 | 57 | 111 | 0 | 66 | 74 | 207 | 71 | 32 |
| Binary | 11100 | 1100111 | 101111 | 1001001 | 0 | 110110 | 111100 | 10000111 | 111001 | 11010 |
Color Harmonies of #1C672F
Complementary color
Monochromatic Colors of #1C672F
Black with #1C672F
Text Example
Text Example
White with #1C672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C672F; }
p { color: rgb(28,103,47); }
H1.HeaderClassName
{
color: #1C672F;
}
.AnyTagClassName
{
color: #1C672F;
}
</style>
background-color css
<style>
a { background-color: #1C672F; }
a { background-color: rgb(28,103,47); }
div.DivClassName
{
background-color: #1C672F;
}
.BgClassName
{
background-color: #1C672F;
}
</style>
border-color css
<style>
span { border-color: #1C672F; }
span { border-color: rgb(28,103,47); }
td.TdClassName
{
border-color: #1C672F;
}
.TagClassName
{
border-color: #1C672F;
}
</style>