Shades of Camarone #278240
Tints of Camarone #278240
RGB
CMYK
RGB Variations
Color information
#278240 (or 0x278240) is known color: Camarone. HEX triplet: 27, 82 and 40. RGB value is (39,130,64). Sum of RGB (Red+Green+Blue) = 39+130+64=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #278240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278240 is #D87DBF. Grayscale: #5F5F5F. Windows color (decimal): -14187968 or 4227623. OLE color: 4227623.
HSL color Cylindrical-coordinate representation of color #278240: hue angle of 136.48º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278240 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 130 | 64 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.49 |
| HSL | 136.48º | 0.54% | 0.33% | - |
| HSV(B) | 136.48º | 0.7% | 0.51% | - |
| XYZ | 9.74 | 16.77 | 7.57 | - |
| YUV | 95.27 | 110.35 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 64 | 0.70 | 0 | 0.51 | 0.49 | 136.48 | 0.54 | 0.33 |
| Hex | 27 | 82 | 40 | 46 | 0 | 33 | 31 | 88 | 36 | 21 |
| Octal | 47 | 202 | 100 | 106 | 0 | 63 | 61 | 210 | 66 | 41 |
| Binary | 100111 | 10000010 | 1000000 | 1000110 | 0 | 110011 | 110001 | 10001000 | 110110 | 100001 |
Color Harmonies of #278240
Complementary color
Monochromatic Colors of #278240
Black with #278240
Text Example
Text Example
White with #278240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278240; }
p { color: rgb(39,130,64); }
H1.HeaderClassName
{
color: #278240;
}
.AnyTagClassName
{
color: #278240;
}
</style>
background-color css
<style>
a { background-color: #278240; }
a { background-color: rgb(39,130,64); }
div.DivClassName
{
background-color: #278240;
}
.BgClassName
{
background-color: #278240;
}
</style>
border-color css
<style>
span { border-color: #278240; }
span { border-color: rgb(39,130,64); }
td.TdClassName
{
border-color: #278240;
}
.TagClassName
{
border-color: #278240;
}
</style>