Shades of Camarone #1F823D
Tints of Camarone #1F823D
RGB
CMYK
RGB Variations
Color information
#1F823D (or 0x1F823D) is known color: Camarone. HEX triplet: 1F, 82 and 3D. RGB value is (31,130,61). Sum of RGB (Red+Green+Blue) = 31+130+61=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #1F823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F823D is #E07DC2. Grayscale: #5C5C5C. Windows color (decimal): -14712259 or 4031007. OLE color: 4031007.
HSL color Cylindrical-coordinate representation of color #1F823D: hue angle of 138.18º degrees, saturation: 0.61, 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 #1F823D is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 61 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.49 |
| HSL | 138.18º | 0.61% | 0.32% | - |
| HSV(B) | 138.18º | 0.76% | 0.51% | - |
| XYZ | 9.39 | 16.59 | 7.12 | - |
| YUV | 92.53 | 110.2 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 61 | 0.76 | 0 | 0.53 | 0.49 | 138.18 | 0.61 | 0.32 |
| Hex | 1F | 82 | 3D | 4C | 0 | 35 | 31 | 8A | 3D | 20 |
| Octal | 37 | 202 | 75 | 114 | 0 | 65 | 61 | 212 | 75 | 40 |
| Binary | 11111 | 10000010 | 111101 | 1001100 | 0 | 110101 | 110001 | 10001010 | 111101 | 100000 |
Color Harmonies of #1F823D
Complementary color
Monochromatic Colors of #1F823D
Black with #1F823D
Text Example
Text Example
White with #1F823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F823D; }
p { color: rgb(31,130,61); }
H1.HeaderClassName
{
color: #1F823D;
}
.AnyTagClassName
{
color: #1F823D;
}
</style>
background-color css
<style>
a { background-color: #1F823D; }
a { background-color: rgb(31,130,61); }
div.DivClassName
{
background-color: #1F823D;
}
.BgClassName
{
background-color: #1F823D;
}
</style>
border-color css
<style>
span { border-color: #1F823D; }
span { border-color: rgb(31,130,61); }
td.TdClassName
{
border-color: #1F823D;
}
.TagClassName
{
border-color: #1F823D;
}
</style>