Shades of Camarone #287E40
Tints of Camarone #287E40
RGB
CMYK
RGB Variations
Color information
#287E40 (or 0x287E40) is known color: Camarone. HEX triplet: 28, 7E and 40. RGB value is (40,126,64). Sum of RGB (Red+Green+Blue) = 40+126+64=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 126 (49.61% from 255 or 54.78% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 126 - color contains mainly: green. Hex color #287E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E40 is #D781BF. Grayscale: #5D5D5D. Windows color (decimal): -14123456 or 4226600. OLE color: 4226600.
HSL color Cylindrical-coordinate representation of color #287E40: hue angle of 136.74º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E40 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 126 | 64 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.51 |
| HSL | 136.74º | 0.52% | 0.33% | - |
| HSV(B) | 136.74º | 0.68% | 0.49% | - |
| XYZ | 9.26 | 15.74 | 7.4 | - |
| YUV | 93.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 64 | 0.68 | 0 | 0.49 | 0.51 | 136.74 | 0.52 | 0.33 |
| Hex | 28 | 7E | 40 | 44 | 0 | 31 | 33 | 89 | 34 | 21 |
| Octal | 50 | 176 | 100 | 104 | 0 | 61 | 63 | 211 | 64 | 41 |
| Binary | 101000 | 1111110 | 1000000 | 1000100 | 0 | 110001 | 110011 | 10001001 | 110100 | 100001 |
Color Harmonies of #287E40
Complementary color
Monochromatic Colors of #287E40
Black with #287E40
Text Example
Text Example
White with #287E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287E40; }
p { color: rgb(40,126,64); }
H1.HeaderClassName
{
color: #287E40;
}
.AnyTagClassName
{
color: #287E40;
}
</style>
background-color css
<style>
a { background-color: #287E40; }
a { background-color: rgb(40,126,64); }
div.DivClassName
{
background-color: #287E40;
}
.BgClassName
{
background-color: #287E40;
}
</style>
border-color css
<style>
span { border-color: #287E40; }
span { border-color: rgb(40,126,64); }
td.TdClassName
{
border-color: #287E40;
}
.TagClassName
{
border-color: #287E40;
}
</style>