Shades of Camarone #28763E
Tints of Camarone #28763E
RGB
CMYK
RGB Variations
Color information
#28763E (or 0x28763E) is known color: Camarone. HEX triplet: 28, 76 and 3E. RGB value is (40,118,62). Sum of RGB (Red+Green+Blue) = 40+118+62=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #28763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28763E is #D789C1. Grayscale: #585858. Windows color (decimal): -14125506 or 4093480. OLE color: 4093480.
HSL color Cylindrical-coordinate representation of color #28763E: hue angle of 136.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28763E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 62 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.54 |
| HSL | 136.92º | 0.49% | 0.31% | - |
| HSV(B) | 136.92º | 0.66% | 0.46% | - |
| XYZ | 8.22 | 13.76 | 6.78 | - |
| YUV | 88.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 62 | 0.66 | 0 | 0.47 | 0.54 | 136.92 | 0.49 | 0.31 |
| Hex | 28 | 76 | 3E | 42 | 0 | 2F | 36 | 89 | 31 | 1F |
| Octal | 50 | 166 | 76 | 102 | 0 | 57 | 66 | 211 | 61 | 37 |
| Binary | 101000 | 1110110 | 111110 | 1000010 | 0 | 101111 | 110110 | 10001001 | 110001 | 11111 |
Color Harmonies of #28763E
Complementary color
Monochromatic Colors of #28763E
Black with #28763E
Text Example
Text Example
White with #28763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28763E; }
p { color: rgb(40,118,62); }
H1.HeaderClassName
{
color: #28763E;
}
.AnyTagClassName
{
color: #28763E;
}
</style>
background-color css
<style>
a { background-color: #28763E; }
a { background-color: rgb(40,118,62); }
div.DivClassName
{
background-color: #28763E;
}
.BgClassName
{
background-color: #28763E;
}
</style>
border-color css
<style>
span { border-color: #28763E; }
span { border-color: rgb(40,118,62); }
td.TdClassName
{
border-color: #28763E;
}
.TagClassName
{
border-color: #28763E;
}
</style>