Shades of Camarone #28633C
Tints of Camarone #28633C
RGB
CMYK
RGB Variations
Color information
#28633C (or 0x28633C) is known color: Camarone. HEX triplet: 28, 63 and 3C. RGB value is (40,99,60). Sum of RGB (Red+Green+Blue) = 40+99+60=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #28633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28633C is #D79CC3. Grayscale: #4D4D4D. Windows color (decimal): -14130372 or 3957544. OLE color: 3957544.
HSL color Cylindrical-coordinate representation of color #28633C: hue angle of 140.34º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28633C is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 99 | 60 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.61 |
| HSL | 140.34º | 0.42% | 0.27% | - |
| HSV(B) | 140.34º | 0.6% | 0.39% | - |
| XYZ | 6.15 | 9.7 | 5.82 | - |
| YUV | 76.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 60 | 0.60 | 0 | 0.39 | 0.61 | 140.34 | 0.42 | 0.27 |
| Hex | 28 | 63 | 3C | 3C | 0 | 27 | 3D | 8C | 2A | 1B |
| Octal | 50 | 143 | 74 | 74 | 0 | 47 | 75 | 214 | 52 | 33 |
| Binary | 101000 | 1100011 | 111100 | 111100 | 0 | 100111 | 111101 | 10001100 | 101010 | 11011 |
Color Harmonies of #28633C
Complementary color
Monochromatic Colors of #28633C
Black with #28633C
Text Example
Text Example
White with #28633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28633C; }
p { color: rgb(40,99,60); }
H1.HeaderClassName
{
color: #28633C;
}
.AnyTagClassName
{
color: #28633C;
}
</style>
background-color css
<style>
a { background-color: #28633C; }
a { background-color: rgb(40,99,60); }
div.DivClassName
{
background-color: #28633C;
}
.BgClassName
{
background-color: #28633C;
}
</style>
border-color css
<style>
span { border-color: #28633C; }
span { border-color: rgb(40,99,60); }
td.TdClassName
{
border-color: #28633C;
}
.TagClassName
{
border-color: #28633C;
}
</style>