Shades of Camarone #1F6232
Tints of Camarone #1F6232
RGB
CMYK
RGB Variations
Color information
#1F6232 (or 0x1F6232) is known color: Camarone. HEX triplet: 1F, 62 and 32. RGB value is (31,98,50). Sum of RGB (Red+Green+Blue) = 31+98+50=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6232 is #E09DCD. Grayscale: #484848. Windows color (decimal): -14720462 or 3301919. OLE color: 3301919.
HSL color Cylindrical-coordinate representation of color #1F6232: hue angle of 137.01º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6232 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 98 | 50 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.62 |
| HSL | 137.01º | 0.52% | 0.25% | - |
| HSV(B) | 137.01º | 0.68% | 0.38% | - |
| XYZ | 5.51 | 9.26 | 4.51 | - |
| YUV | 72.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 50 | 0.68 | 0 | 0.49 | 0.62 | 137.01 | 0.52 | 0.25 |
| Hex | 1F | 62 | 32 | 44 | 0 | 31 | 3E | 89 | 34 | 19 |
| Octal | 37 | 142 | 62 | 104 | 0 | 61 | 76 | 211 | 64 | 31 |
| Binary | 11111 | 1100010 | 110010 | 1000100 | 0 | 110001 | 111110 | 10001001 | 110100 | 11001 |
Color Harmonies of #1F6232
Complementary color
Monochromatic Colors of #1F6232
Black with #1F6232
Text Example
Text Example
White with #1F6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6232; }
p { color: rgb(31,98,50); }
H1.HeaderClassName
{
color: #1F6232;
}
.AnyTagClassName
{
color: #1F6232;
}
</style>
background-color css
<style>
a { background-color: #1F6232; }
a { background-color: rgb(31,98,50); }
div.DivClassName
{
background-color: #1F6232;
}
.BgClassName
{
background-color: #1F6232;
}
</style>
border-color css
<style>
span { border-color: #1F6232; }
span { border-color: rgb(31,98,50); }
td.TdClassName
{
border-color: #1F6232;
}
.TagClassName
{
border-color: #1F6232;
}
</style>