Shades of Camarone #1F803D
Tints of Camarone #1F803D
RGB
CMYK
RGB Variations
Color information
#1F803D (or 0x1F803D) is known color: Camarone. HEX triplet: 1F, 80 and 3D. RGB value is (31,128,61). Sum of RGB (Red+Green+Blue) = 31+128+61=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #1F803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F803D is #E07FC2. Grayscale: #5B5B5B. Windows color (decimal): -14712771 or 4030495. OLE color: 4030495.
HSL color Cylindrical-coordinate representation of color #1F803D: hue angle of 138.56º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F803D is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 61 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.50 |
| HSL | 138.56º | 0.61% | 0.31% | - |
| HSV(B) | 138.56º | 0.76% | 0.5% | - |
| XYZ | 9.13 | 16.07 | 7.04 | - |
| YUV | 91.36 | 110.86 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 61 | 0.76 | 0 | 0.52 | 0.50 | 138.56 | 0.61 | 0.31 |
| Hex | 1F | 80 | 3D | 4C | 0 | 34 | 32 | 8B | 3D | 1F |
| Octal | 37 | 200 | 75 | 114 | 0 | 64 | 62 | 213 | 75 | 37 |
| Binary | 11111 | 10000000 | 111101 | 1001100 | 0 | 110100 | 110010 | 10001011 | 111101 | 11111 |
Color Harmonies of #1F803D
Complementary color
Monochromatic Colors of #1F803D
Black with #1F803D
Text Example
Text Example
White with #1F803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F803D; }
p { color: rgb(31,128,61); }
H1.HeaderClassName
{
color: #1F803D;
}
.AnyTagClassName
{
color: #1F803D;
}
</style>
background-color css
<style>
a { background-color: #1F803D; }
a { background-color: rgb(31,128,61); }
div.DivClassName
{
background-color: #1F803D;
}
.BgClassName
{
background-color: #1F803D;
}
</style>
border-color css
<style>
span { border-color: #1F803D; }
span { border-color: rgb(31,128,61); }
td.TdClassName
{
border-color: #1F803D;
}
.TagClassName
{
border-color: #1F803D;
}
</style>