Shades of Camarone #147D30
Tints of Camarone #147D30
RGB
CMYK
RGB Variations
Color information
#147D30 (or 0x147D30) is known color: Camarone. HEX triplet: 14, 7D and 30. RGB value is (20,125,48). Sum of RGB (Red+Green+Blue) = 20+125+48=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #147D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D30 is #EB82CF. Grayscale: #555555. Windows color (decimal): -15434448 or 3177748. OLE color: 3177748.
HSL color Cylindrical-coordinate representation of color #147D30: hue angle of 136º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D30 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 48 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.51 |
| HSL | 136º | 0.72% | 0.28% | - |
| HSV(B) | 136º | 0.84% | 0.49% | - |
| XYZ | 8.16 | 15.03 | 5.27 | - |
| YUV | 84.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 48 | 0.84 | 0 | 0.62 | 0.51 | 136 | 0.72 | 0.28 |
| Hex | 14 | 7D | 30 | 54 | 0 | 3E | 33 | 88 | 48 | 1C |
| Octal | 24 | 175 | 60 | 124 | 0 | 76 | 63 | 210 | 110 | 34 |
| Binary | 10100 | 1111101 | 110000 | 1010100 | 0 | 111110 | 110011 | 10001000 | 1001000 | 11100 |
Color Harmonies of #147D30
Complementary color
Monochromatic Colors of #147D30
Black with #147D30
Text Example
Text Example
White with #147D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D30; }
p { color: rgb(20,125,48); }
H1.HeaderClassName
{
color: #147D30;
}
.AnyTagClassName
{
color: #147D30;
}
</style>
background-color css
<style>
a { background-color: #147D30; }
a { background-color: rgb(20,125,48); }
div.DivClassName
{
background-color: #147D30;
}
.BgClassName
{
background-color: #147D30;
}
</style>
border-color css
<style>
span { border-color: #147D30; }
span { border-color: rgb(20,125,48); }
td.TdClassName
{
border-color: #147D30;
}
.TagClassName
{
border-color: #147D30;
}
</style>