Shades of Camarone #28743E
Tints of Camarone #28743E
RGB
CMYK
RGB Variations
Color information
#28743E (or 0x28743E) is known color: Camarone. HEX triplet: 28, 74 and 3E. RGB value is (40,116,62). Sum of RGB (Red+Green+Blue) = 40+116+62=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #28743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28743E is #D78BC1. Grayscale: #575757. Windows color (decimal): -14126018 or 4092968. OLE color: 4092968.
HSL color Cylindrical-coordinate representation of color #28743E: hue angle of 137.37º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28743E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 62 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.55 |
| HSL | 137.37º | 0.49% | 0.31% | - |
| HSV(B) | 137.37º | 0.66% | 0.45% | - |
| XYZ | 7.99 | 13.29 | 6.7 | - |
| YUV | 87.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 62 | 0.66 | 0 | 0.47 | 0.55 | 137.37 | 0.49 | 0.31 |
| Hex | 28 | 74 | 3E | 42 | 0 | 2F | 37 | 89 | 31 | 1F |
| Octal | 50 | 164 | 76 | 102 | 0 | 57 | 67 | 211 | 61 | 37 |
| Binary | 101000 | 1110100 | 111110 | 1000010 | 0 | 101111 | 110111 | 10001001 | 110001 | 11111 |
Color Harmonies of #28743E
Complementary color
Monochromatic Colors of #28743E
Black with #28743E
Text Example
Text Example
White with #28743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28743E; }
p { color: rgb(40,116,62); }
H1.HeaderClassName
{
color: #28743E;
}
.AnyTagClassName
{
color: #28743E;
}
</style>
background-color css
<style>
a { background-color: #28743E; }
a { background-color: rgb(40,116,62); }
div.DivClassName
{
background-color: #28743E;
}
.BgClassName
{
background-color: #28743E;
}
</style>
border-color css
<style>
span { border-color: #28743E; }
span { border-color: rgb(40,116,62); }
td.TdClassName
{
border-color: #28743E;
}
.TagClassName
{
border-color: #28743E;
}
</style>