Shades of Camarone #018129
Tints of Camarone #018129
RGB
CMYK
RGB Variations
Color information
#018129 (or 0x018129) is known color: Camarone. HEX triplet: 01, 81 and 29. RGB value is (1,129,41). Sum of RGB (Red+Green+Blue) = 1+129+41=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 129 (50.78% from 255 or 75.44% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 129 - color contains mainly: green. Hex color #018129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018129 is #FE7ED6. Grayscale: #505050. Windows color (decimal): -16678615 or 2720001. OLE color: 2720001.
HSL color Cylindrical-coordinate representation of color #018129: hue angle of 138.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018129 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 41 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.49 |
| HSL | 138.75º | 0.98% | 0.25% | - |
| HSV(B) | 138.75º | 0.99% | 0.51% | - |
| XYZ | 8.26 | 15.87 | 4.72 | - |
| YUV | 80.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 41 | 0.99 | 0 | 0.68 | 0.49 | 138.75 | 0.98 | 0.25 |
| Hex | 1 | 81 | 29 | 63 | 0 | 44 | 31 | 8B | 62 | 19 |
| Octal | 1 | 201 | 51 | 143 | 0 | 104 | 61 | 213 | 142 | 31 |
| Binary | 1 | 10000001 | 101001 | 1100011 | 0 | 1000100 | 110001 | 10001011 | 1100010 | 11001 |
Color Harmonies of #018129
Complementary color
Monochromatic Colors of #018129
Black with #018129
Text Example
Text Example
White with #018129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018129; }
p { color: rgb(1,129,41); }
H1.HeaderClassName
{
color: #018129;
}
.AnyTagClassName
{
color: #018129;
}
</style>
background-color css
<style>
a { background-color: #018129; }
a { background-color: rgb(1,129,41); }
div.DivClassName
{
background-color: #018129;
}
.BgClassName
{
background-color: #018129;
}
</style>
border-color css
<style>
span { border-color: #018129; }
span { border-color: rgb(1,129,41); }
td.TdClassName
{
border-color: #018129;
}
.TagClassName
{
border-color: #018129;
}
</style>