Shades of Camarone #1C622F
Tints of Camarone #1C622F
RGB
CMYK
RGB Variations
Color information
#1C622F (or 0x1C622F) is known color: Camarone. HEX triplet: 1C, 62 and 2F. RGB value is (28,98,47). Sum of RGB (Red+Green+Blue) = 28+98+47=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #1C622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C622F is #E39DD0. Grayscale: #474747. Windows color (decimal): -14917073 or 3105308. OLE color: 3105308.
HSL color Cylindrical-coordinate representation of color #1C622F: hue angle of 136.29º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C622F is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 98 | 47 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.62 |
| HSL | 136.29º | 0.56% | 0.25% | - |
| HSV(B) | 136.29º | 0.71% | 0.38% | - |
| XYZ | 5.36 | 9.19 | 4.18 | - |
| YUV | 71.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 47 | 0.71 | 0 | 0.52 | 0.62 | 136.29 | 0.56 | 0.25 |
| Hex | 1C | 62 | 2F | 47 | 0 | 34 | 3E | 88 | 38 | 19 |
| Octal | 34 | 142 | 57 | 107 | 0 | 64 | 76 | 210 | 70 | 31 |
| Binary | 11100 | 1100010 | 101111 | 1000111 | 0 | 110100 | 111110 | 10001000 | 111000 | 11001 |
Color Harmonies of #1C622F
Complementary color
Monochromatic Colors of #1C622F
Black with #1C622F
Text Example
Text Example
White with #1C622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C622F; }
p { color: rgb(28,98,47); }
H1.HeaderClassName
{
color: #1C622F;
}
.AnyTagClassName
{
color: #1C622F;
}
</style>
background-color css
<style>
a { background-color: #1C622F; }
a { background-color: rgb(28,98,47); }
div.DivClassName
{
background-color: #1C622F;
}
.BgClassName
{
background-color: #1C622F;
}
</style>
border-color css
<style>
span { border-color: #1C622F; }
span { border-color: rgb(28,98,47); }
td.TdClassName
{
border-color: #1C622F;
}
.TagClassName
{
border-color: #1C622F;
}
</style>