Shades of Camarone #1F6133
Tints of Camarone #1F6133
RGB
CMYK
RGB Variations
Color information
#1F6133 (or 0x1F6133) is known color: Camarone. HEX triplet: 1F, 61 and 33. RGB value is (31,97,51). Sum of RGB (Red+Green+Blue) = 31+97+51=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6133 is #E09ECC. Grayscale: #484848. Windows color (decimal): -14720717 or 3367199. OLE color: 3367199.
HSL color Cylindrical-coordinate representation of color #1F6133: hue angle of 138.18º 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 #1F6133 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 51 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.62 |
| HSL | 138.18º | 0.52% | 0.25% | - |
| HSV(B) | 138.18º | 0.68% | 0.38% | - |
| XYZ | 5.44 | 9.08 | 4.6 | - |
| YUV | 72.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 51 | 0.68 | 0 | 0.47 | 0.62 | 138.18 | 0.52 | 0.25 |
| Hex | 1F | 61 | 33 | 44 | 0 | 2F | 3E | 8A | 34 | 19 |
| Octal | 37 | 141 | 63 | 104 | 0 | 57 | 76 | 212 | 64 | 31 |
| Binary | 11111 | 1100001 | 110011 | 1000100 | 0 | 101111 | 111110 | 10001010 | 110100 | 11001 |
Color Harmonies of #1F6133
Complementary color
Monochromatic Colors of #1F6133
Black with #1F6133
Text Example
Text Example
White with #1F6133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6133; }
p { color: rgb(31,97,51); }
H1.HeaderClassName
{
color: #1F6133;
}
.AnyTagClassName
{
color: #1F6133;
}
</style>
background-color css
<style>
a { background-color: #1F6133; }
a { background-color: rgb(31,97,51); }
div.DivClassName
{
background-color: #1F6133;
}
.BgClassName
{
background-color: #1F6133;
}
</style>
border-color css
<style>
span { border-color: #1F6133; }
span { border-color: rgb(31,97,51); }
td.TdClassName
{
border-color: #1F6133;
}
.TagClassName
{
border-color: #1F6133;
}
</style>