Shades of Camarone #28693D
Tints of Camarone #28693D
RGB
CMYK
RGB Variations
Color information
#28693D (or 0x28693D) is known color: Camarone. HEX triplet: 28, 69 and 3D. RGB value is (40,105,61). Sum of RGB (Red+Green+Blue) = 40+105+61=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #28693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28693D is #D796C2. Grayscale: #505050. Windows color (decimal): -14128835 or 4024616. OLE color: 4024616.
HSL color Cylindrical-coordinate representation of color #28693D: hue angle of 139.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28693D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 105 | 61 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.59 |
| HSL | 139.38º | 0.45% | 0.28% | - |
| HSV(B) | 139.38º | 0.62% | 0.41% | - |
| XYZ | 6.77 | 10.89 | 6.16 | - |
| YUV | 80.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 61 | 0.62 | 0 | 0.42 | 0.59 | 139.38 | 0.45 | 0.28 |
| Hex | 28 | 69 | 3D | 3E | 0 | 2A | 3B | 8B | 2D | 1C |
| Octal | 50 | 151 | 75 | 76 | 0 | 52 | 73 | 213 | 55 | 34 |
| Binary | 101000 | 1101001 | 111101 | 111110 | 0 | 101010 | 111011 | 10001011 | 101101 | 11100 |
Color Harmonies of #28693D
Complementary color
Monochromatic Colors of #28693D
Black with #28693D
Text Example
Text Example
White with #28693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28693D; }
p { color: rgb(40,105,61); }
H1.HeaderClassName
{
color: #28693D;
}
.AnyTagClassName
{
color: #28693D;
}
</style>
background-color css
<style>
a { background-color: #28693D; }
a { background-color: rgb(40,105,61); }
div.DivClassName
{
background-color: #28693D;
}
.BgClassName
{
background-color: #28693D;
}
</style>
border-color css
<style>
span { border-color: #28693D; }
span { border-color: rgb(40,105,61); }
td.TdClassName
{
border-color: #28693D;
}
.TagClassName
{
border-color: #28693D;
}
</style>