Shades of Camarone #28773B
Tints of Camarone #28773B
RGB
CMYK
RGB Variations
Color information
#28773B (or 0x28773B) is known color: Camarone. HEX triplet: 28, 77 and 3B. RGB value is (40,119,59). Sum of RGB (Red+Green+Blue) = 40+119+59=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #28773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28773B is #D788C4. Grayscale: #585858. Windows color (decimal): -14125253 or 3897128. OLE color: 3897128.
HSL color Cylindrical-coordinate representation of color #28773B: hue angle of 134.43º 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 #28773B is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 59 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.53 |
| HSL | 134.43º | 0.5% | 0.31% | - |
| HSV(B) | 134.43º | 0.66% | 0.47% | - |
| XYZ | 8.26 | 13.96 | 6.4 | - |
| YUV | 88.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 59 | 0.66 | 0 | 0.50 | 0.53 | 134.43 | 0.5 | 0.31 |
| Hex | 28 | 77 | 3B | 42 | 0 | 32 | 35 | 86 | 32 | 1F |
| Octal | 50 | 167 | 73 | 102 | 0 | 62 | 65 | 206 | 62 | 37 |
| Binary | 101000 | 1110111 | 111011 | 1000010 | 0 | 110010 | 110101 | 10000110 | 110010 | 11111 |
Color Harmonies of #28773B
Complementary color
Monochromatic Colors of #28773B
Black with #28773B
Text Example
Text Example
White with #28773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28773B; }
p { color: rgb(40,119,59); }
H1.HeaderClassName
{
color: #28773B;
}
.AnyTagClassName
{
color: #28773B;
}
</style>
background-color css
<style>
a { background-color: #28773B; }
a { background-color: rgb(40,119,59); }
div.DivClassName
{
background-color: #28773B;
}
.BgClassName
{
background-color: #28773B;
}
</style>
border-color css
<style>
span { border-color: #28773B; }
span { border-color: rgb(40,119,59); }
td.TdClassName
{
border-color: #28773B;
}
.TagClassName
{
border-color: #28773B;
}
</style>