Shades of Camarone #1F6B3E
Tints of Camarone #1F6B3E
RGB
CMYK
RGB Variations
Color information
#1F6B3E (or 0x1F6B3E) is known color: Camarone. HEX triplet: 1F, 6B and 3E. RGB value is (31,107,62). Sum of RGB (Red+Green+Blue) = 31+107+62=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B3E is #E094C1. Grayscale: #4F4F4F. Windows color (decimal): -14718146 or 4090655. OLE color: 4090655.
HSL color Cylindrical-coordinate representation of color #1F6B3E: hue angle of 144.47º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6B3E is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 107 | 62 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.58 |
| HSL | 144.47º | 0.55% | 0.27% | - |
| HSV(B) | 144.47º | 0.71% | 0.42% | - |
| XYZ | 6.69 | 11.15 | 6.36 | - |
| YUV | 79.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 62 | 0.71 | 0 | 0.42 | 0.58 | 144.47 | 0.55 | 0.27 |
| Hex | 1F | 6B | 3E | 47 | 0 | 2A | 3A | 90 | 37 | 1B |
| Octal | 37 | 153 | 76 | 107 | 0 | 52 | 72 | 220 | 67 | 33 |
| Binary | 11111 | 1101011 | 111110 | 1000111 | 0 | 101010 | 111010 | 10010000 | 110111 | 11011 |
Color Harmonies of #1F6B3E
Complementary color
Monochromatic Colors of #1F6B3E
Black with #1F6B3E
Text Example
Text Example
White with #1F6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6B3E; }
p { color: rgb(31,107,62); }
H1.HeaderClassName
{
color: #1F6B3E;
}
.AnyTagClassName
{
color: #1F6B3E;
}
</style>
background-color css
<style>
a { background-color: #1F6B3E; }
a { background-color: rgb(31,107,62); }
div.DivClassName
{
background-color: #1F6B3E;
}
.BgClassName
{
background-color: #1F6B3E;
}
</style>
border-color css
<style>
span { border-color: #1F6B3E; }
span { border-color: rgb(31,107,62); }
td.TdClassName
{
border-color: #1F6B3E;
}
.TagClassName
{
border-color: #1F6B3E;
}
</style>