Shades of Camarone #28623B
Tints of Camarone #28623B
RGB
CMYK
RGB Variations
Color information
#28623B (or 0x28623B) is known color: Camarone. HEX triplet: 28, 62 and 3B. RGB value is (40,98,59). Sum of RGB (Red+Green+Blue) = 40+98+59=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #28623B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28623B is #D79DC4. Grayscale: #4C4C4C. Windows color (decimal): -14130629 or 3891752. OLE color: 3891752.
HSL color Cylindrical-coordinate representation of color #28623B: hue angle of 139.66º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28623B is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 98 | 59 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.62 |
| HSL | 139.66º | 0.42% | 0.27% | - |
| HSV(B) | 139.66º | 0.59% | 0.38% | - |
| XYZ | 6.03 | 9.5 | 5.65 | - |
| YUV | 76.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 59 | 0.59 | 0 | 0.40 | 0.62 | 139.66 | 0.42 | 0.27 |
| Hex | 28 | 62 | 3B | 3B | 0 | 28 | 3E | 8C | 2A | 1B |
| Octal | 50 | 142 | 73 | 73 | 0 | 50 | 76 | 214 | 52 | 33 |
| Binary | 101000 | 1100010 | 111011 | 111011 | 0 | 101000 | 111110 | 10001100 | 101010 | 11011 |
Color Harmonies of #28623B
Complementary color
Monochromatic Colors of #28623B
Black with #28623B
Text Example
Text Example
White with #28623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28623B; }
p { color: rgb(40,98,59); }
H1.HeaderClassName
{
color: #28623B;
}
.AnyTagClassName
{
color: #28623B;
}
</style>
background-color css
<style>
a { background-color: #28623B; }
a { background-color: rgb(40,98,59); }
div.DivClassName
{
background-color: #28623B;
}
.BgClassName
{
background-color: #28623B;
}
</style>
border-color css
<style>
span { border-color: #28623B; }
span { border-color: rgb(40,98,59); }
td.TdClassName
{
border-color: #28623B;
}
.TagClassName
{
border-color: #28623B;
}
</style>