Shades of Camarone #28773C
Tints of Camarone #28773C
RGB
CMYK
RGB Variations
Color information
#28773C (or 0x28773C) is known color: Camarone. HEX triplet: 28, 77 and 3C. RGB value is (40,119,60). Sum of RGB (Red+Green+Blue) = 40+119+60=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #28773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28773C is #D788C3. Grayscale: #585858. Windows color (decimal): -14125252 or 3962664. OLE color: 3962664.
HSL color Cylindrical-coordinate representation of color #28773C: hue angle of 135.19º 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 #28773C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 60 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.53 |
| HSL | 135.19º | 0.5% | 0.31% | - |
| HSV(B) | 135.19º | 0.66% | 0.47% | - |
| XYZ | 8.29 | 13.97 | 6.53 | - |
| YUV | 88.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 60 | 0.66 | 0 | 0.50 | 0.53 | 135.19 | 0.5 | 0.31 |
| Hex | 28 | 77 | 3C | 42 | 0 | 32 | 35 | 87 | 32 | 1F |
| Octal | 50 | 167 | 74 | 102 | 0 | 62 | 65 | 207 | 62 | 37 |
| Binary | 101000 | 1110111 | 111100 | 1000010 | 0 | 110010 | 110101 | 10000111 | 110010 | 11111 |
Color Harmonies of #28773C
Complementary color
Monochromatic Colors of #28773C
Black with #28773C
Text Example
Text Example
White with #28773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28773C; }
p { color: rgb(40,119,60); }
H1.HeaderClassName
{
color: #28773C;
}
.AnyTagClassName
{
color: #28773C;
}
</style>
background-color css
<style>
a { background-color: #28773C; }
a { background-color: rgb(40,119,60); }
div.DivClassName
{
background-color: #28773C;
}
.BgClassName
{
background-color: #28773C;
}
</style>
border-color css
<style>
span { border-color: #28773C; }
span { border-color: rgb(40,119,60); }
td.TdClassName
{
border-color: #28773C;
}
.TagClassName
{
border-color: #28773C;
}
</style>