Shades of Camarone #28713B
Tints of Camarone #28713B
RGB
CMYK
RGB Variations
Color information
#28713B (or 0x28713B) is known color: Camarone. HEX triplet: 28, 71 and 3B. RGB value is (40,113,59). Sum of RGB (Red+Green+Blue) = 40+113+59=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #28713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28713B is #D78EC4. Grayscale: #555555. Windows color (decimal): -14126789 or 3895592. OLE color: 3895592.
HSL color Cylindrical-coordinate representation of color #28713B: hue angle of 135.62º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28713B is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 113 | 59 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.56 |
| HSL | 135.62º | 0.48% | 0.3% | - |
| HSV(B) | 135.62º | 0.65% | 0.44% | - |
| XYZ | 7.57 | 12.58 | 6.17 | - |
| YUV | 85.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 59 | 0.65 | 0 | 0.48 | 0.56 | 135.62 | 0.48 | 0.3 |
| Hex | 28 | 71 | 3B | 41 | 0 | 30 | 38 | 88 | 30 | 1E |
| Octal | 50 | 161 | 73 | 101 | 0 | 60 | 70 | 210 | 60 | 36 |
| Binary | 101000 | 1110001 | 111011 | 1000001 | 0 | 110000 | 111000 | 10001000 | 110000 | 11110 |
Color Harmonies of #28713B
Complementary color
Monochromatic Colors of #28713B
Black with #28713B
Text Example
Text Example
White with #28713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28713B; }
p { color: rgb(40,113,59); }
H1.HeaderClassName
{
color: #28713B;
}
.AnyTagClassName
{
color: #28713B;
}
</style>
background-color css
<style>
a { background-color: #28713B; }
a { background-color: rgb(40,113,59); }
div.DivClassName
{
background-color: #28713B;
}
.BgClassName
{
background-color: #28713B;
}
</style>
border-color css
<style>
span { border-color: #28713B; }
span { border-color: rgb(40,113,59); }
td.TdClassName
{
border-color: #28713B;
}
.TagClassName
{
border-color: #28713B;
}
</style>