Shades of Camarone #28653B
Tints of Camarone #28653B
RGB
CMYK
RGB Variations
Color information
#28653B (or 0x28653B) is known color: Camarone. HEX triplet: 28, 65 and 3B. RGB value is (40,101,59). Sum of RGB (Red+Green+Blue) = 40+101+59=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #28653B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28653B is #D79AC4. Grayscale: #4E4E4E. Windows color (decimal): -14129861 or 3892520. OLE color: 3892520.
HSL color Cylindrical-coordinate representation of color #28653B: hue angle of 138.69º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28653B is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 59 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.60 |
| HSL | 138.69º | 0.43% | 0.28% | - |
| HSV(B) | 138.69º | 0.6% | 0.4% | - |
| XYZ | 6.32 | 10.07 | 5.75 | - |
| YUV | 77.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 59 | 0.60 | 0 | 0.42 | 0.60 | 138.69 | 0.43 | 0.28 |
| Hex | 28 | 65 | 3B | 3C | 0 | 2A | 3C | 8B | 2B | 1C |
| Octal | 50 | 145 | 73 | 74 | 0 | 52 | 74 | 213 | 53 | 34 |
| Binary | 101000 | 1100101 | 111011 | 111100 | 0 | 101010 | 111100 | 10001011 | 101011 | 11100 |
Color Harmonies of #28653B
Complementary color
Monochromatic Colors of #28653B
Black with #28653B
Text Example
Text Example
White with #28653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28653B; }
p { color: rgb(40,101,59); }
H1.HeaderClassName
{
color: #28653B;
}
.AnyTagClassName
{
color: #28653B;
}
</style>
background-color css
<style>
a { background-color: #28653B; }
a { background-color: rgb(40,101,59); }
div.DivClassName
{
background-color: #28653B;
}
.BgClassName
{
background-color: #28653B;
}
</style>
border-color css
<style>
span { border-color: #28653B; }
span { border-color: rgb(40,101,59); }
td.TdClassName
{
border-color: #28653B;
}
.TagClassName
{
border-color: #28653B;
}
</style>