Shades of Camarone #15682F
Tints of Camarone #15682F
RGB
CMYK
RGB Variations
Color information
#15682F (or 0x15682F) is known color: Camarone. HEX triplet: 15, 68 and 2F. RGB value is (21,104,47). Sum of RGB (Red+Green+Blue) = 21+104+47=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #15682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15682F is #EA97D0. Grayscale: #484848. Windows color (decimal): -15374289 or 3106837. OLE color: 3106837.
HSL color Cylindrical-coordinate representation of color #15682F: hue angle of 138.8º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15682F is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 104 | 47 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.59 |
| HSL | 138.8º | 0.66% | 0.25% | - |
| HSV(B) | 138.8º | 0.8% | 0.41% | - |
| XYZ | 5.77 | 10.27 | 4.37 | - |
| YUV | 72.69 | 113.5 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 47 | 0.80 | 0 | 0.55 | 0.59 | 138.8 | 0.66 | 0.25 |
| Hex | 15 | 68 | 2F | 50 | 0 | 37 | 3B | 8B | 42 | 19 |
| Octal | 25 | 150 | 57 | 120 | 0 | 67 | 73 | 213 | 102 | 31 |
| Binary | 10101 | 1101000 | 101111 | 1010000 | 0 | 110111 | 111011 | 10001011 | 1000010 | 11001 |
Color Harmonies of #15682F
Complementary color
Monochromatic Colors of #15682F
Black with #15682F
Text Example
Text Example
White with #15682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15682F; }
p { color: rgb(21,104,47); }
H1.HeaderClassName
{
color: #15682F;
}
.AnyTagClassName
{
color: #15682F;
}
</style>
background-color css
<style>
a { background-color: #15682F; }
a { background-color: rgb(21,104,47); }
div.DivClassName
{
background-color: #15682F;
}
.BgClassName
{
background-color: #15682F;
}
</style>
border-color css
<style>
span { border-color: #15682F; }
span { border-color: rgb(21,104,47); }
td.TdClassName
{
border-color: #15682F;
}
.TagClassName
{
border-color: #15682F;
}
</style>