Shades of Camarone #28773F
Tints of Camarone #28773F
RGB
CMYK
RGB Variations
Color information
#28773F (or 0x28773F) is known color: Camarone. HEX triplet: 28, 77 and 3F. RGB value is (40,119,63). Sum of RGB (Red+Green+Blue) = 40+119+63=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #28773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28773F is #D788C0. Grayscale: #595959. Windows color (decimal): -14125249 or 4159272. OLE color: 4159272.
HSL color Cylindrical-coordinate representation of color #28773F: hue angle of 137.47º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28773F is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 63 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.53 |
| HSL | 137.47º | 0.5% | 0.31% | - |
| HSV(B) | 137.47º | 0.66% | 0.47% | - |
| XYZ | 8.37 | 14 | 6.96 | - |
| YUV | 89 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 63 | 0.66 | 0 | 0.47 | 0.53 | 137.47 | 0.5 | 0.31 |
| Hex | 28 | 77 | 3F | 42 | 0 | 2F | 35 | 89 | 32 | 1F |
| Octal | 50 | 167 | 77 | 102 | 0 | 57 | 65 | 211 | 62 | 37 |
| Binary | 101000 | 1110111 | 111111 | 1000010 | 0 | 101111 | 110101 | 10001001 | 110010 | 11111 |
Color Harmonies of #28773F
Complementary color
Monochromatic Colors of #28773F
Black with #28773F
Text Example
Text Example
White with #28773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28773F; }
p { color: rgb(40,119,63); }
H1.HeaderClassName
{
color: #28773F;
}
.AnyTagClassName
{
color: #28773F;
}
</style>
background-color css
<style>
a { background-color: #28773F; }
a { background-color: rgb(40,119,63); }
div.DivClassName
{
background-color: #28773F;
}
.BgClassName
{
background-color: #28773F;
}
</style>
border-color css
<style>
span { border-color: #28773F; }
span { border-color: rgb(40,119,63); }
td.TdClassName
{
border-color: #28773F;
}
.TagClassName
{
border-color: #28773F;
}
</style>