Shades of Camarone #018028
Tints of Camarone #018028
RGB
CMYK
RGB Variations
Color information
#018028 (or 0x018028) is known color: Camarone. HEX triplet: 01, 80 and 28. RGB value is (1,128,40). Sum of RGB (Red+Green+Blue) = 1+128+40=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #018028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018028 is #FE7FD7. Grayscale: #505050. Windows color (decimal): -16678872 or 2654209. OLE color: 2654209.
HSL color Cylindrical-coordinate representation of color #018028: hue angle of 138.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018028 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 40 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.50 |
| HSL | 138.43º | 0.98% | 0.25% | - |
| HSV(B) | 138.43º | 0.99% | 0.5% | - |
| XYZ | 8.11 | 15.6 | 4.59 | - |
| YUV | 80 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 40 | 0.99 | 0 | 0.69 | 0.50 | 138.43 | 0.98 | 0.25 |
| Hex | 1 | 80 | 28 | 63 | 0 | 45 | 32 | 8A | 62 | 19 |
| Octal | 1 | 200 | 50 | 143 | 0 | 105 | 62 | 212 | 142 | 31 |
| Binary | 1 | 10000000 | 101000 | 1100011 | 0 | 1000101 | 110010 | 10001010 | 1100010 | 11001 |
Color Harmonies of #018028
Complementary color
Monochromatic Colors of #018028
Black with #018028
Text Example
Text Example
White with #018028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018028; }
p { color: rgb(1,128,40); }
H1.HeaderClassName
{
color: #018028;
}
.AnyTagClassName
{
color: #018028;
}
</style>
background-color css
<style>
a { background-color: #018028; }
a { background-color: rgb(1,128,40); }
div.DivClassName
{
background-color: #018028;
}
.BgClassName
{
background-color: #018028;
}
</style>
border-color css
<style>
span { border-color: #018028; }
span { border-color: rgb(1,128,40); }
td.TdClassName
{
border-color: #018028;
}
.TagClassName
{
border-color: #018028;
}
</style>