Shades of Camarone #1F833D
Tints of Camarone #1F833D
RGB
CMYK
RGB Variations
Color information
#1F833D (or 0x1F833D) is known color: Camarone. HEX triplet: 1F, 83 and 3D. RGB value is (31,131,61). Sum of RGB (Red+Green+Blue) = 31+131+61=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #1F833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F833D is #E07CC2. Grayscale: #5D5D5D. Windows color (decimal): -14712003 or 4031263. OLE color: 4031263.
HSL color Cylindrical-coordinate representation of color #1F833D: hue angle of 138º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F833D is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 61 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.49 |
| HSL | 138º | 0.62% | 0.32% | - |
| HSV(B) | 138º | 0.76% | 0.51% | - |
| XYZ | 9.52 | 16.86 | 7.17 | - |
| YUV | 93.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 61 | 0.76 | 0 | 0.53 | 0.49 | 138 | 0.62 | 0.32 |
| Hex | 1F | 83 | 3D | 4C | 0 | 35 | 31 | 8A | 3E | 20 |
| Octal | 37 | 203 | 75 | 114 | 0 | 65 | 61 | 212 | 76 | 40 |
| Binary | 11111 | 10000011 | 111101 | 1001100 | 0 | 110101 | 110001 | 10001010 | 111110 | 100000 |
Color Harmonies of #1F833D
Complementary color
Monochromatic Colors of #1F833D
Black with #1F833D
Text Example
Text Example
White with #1F833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F833D; }
p { color: rgb(31,131,61); }
H1.HeaderClassName
{
color: #1F833D;
}
.AnyTagClassName
{
color: #1F833D;
}
</style>
background-color css
<style>
a { background-color: #1F833D; }
a { background-color: rgb(31,131,61); }
div.DivClassName
{
background-color: #1F833D;
}
.BgClassName
{
background-color: #1F833D;
}
</style>
border-color css
<style>
span { border-color: #1F833D; }
span { border-color: rgb(31,131,61); }
td.TdClassName
{
border-color: #1F833D;
}
.TagClassName
{
border-color: #1F833D;
}
</style>