Shades of Camarone #287C3E
Tints of Camarone #287C3E
RGB
CMYK
RGB Variations
Color information
#287C3E (or 0x287C3E) is known color: Camarone. HEX triplet: 28, 7C and 3E. RGB value is (40,124,62). Sum of RGB (Red+Green+Blue) = 40+124+62=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #287C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C3E is #D783C1. Grayscale: #5B5B5B. Windows color (decimal): -14123970 or 4095016. OLE color: 4095016.
HSL color Cylindrical-coordinate representation of color #287C3E: hue angle of 135.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C3E is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 124 | 62 | - |
| CMYK | 0.68 | 0 | 0.5 | 0.51 |
| HSL | 135.71º | 0.51% | 0.32% | - |
| HSV(B) | 135.71º | 0.68% | 0.49% | - |
| XYZ | 8.95 | 15.21 | 7.02 | - |
| YUV | 91.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 62 | 0.68 | 0 | 0.5 | 0.51 | 135.71 | 0.51 | 0.32 |
| Hex | 28 | 7C | 3E | 44 | 0 | 32 | 33 | 88 | 33 | 20 |
| Octal | 50 | 174 | 76 | 104 | 0 | 62 | 63 | 210 | 63 | 40 |
| Binary | 101000 | 1111100 | 111110 | 1000100 | 0 | 110010 | 110011 | 10001000 | 110011 | 100000 |
Color Harmonies of #287C3E
Complementary color
Monochromatic Colors of #287C3E
Black with #287C3E
Text Example
Text Example
White with #287C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C3E; }
p { color: rgb(40,124,62); }
H1.HeaderClassName
{
color: #287C3E;
}
.AnyTagClassName
{
color: #287C3E;
}
</style>
background-color css
<style>
a { background-color: #287C3E; }
a { background-color: rgb(40,124,62); }
div.DivClassName
{
background-color: #287C3E;
}
.BgClassName
{
background-color: #287C3E;
}
</style>
border-color css
<style>
span { border-color: #287C3E; }
span { border-color: rgb(40,124,62); }
td.TdClassName
{
border-color: #287C3E;
}
.TagClassName
{
border-color: #287C3E;
}
</style>