Shades of Camarone #146E2D
Tints of Camarone #146E2D
RGB
CMYK
RGB Variations
Color information
#146E2D (or 0x146E2D) is known color: Camarone. HEX triplet: 14, 6E and 2D. RGB value is (20,110,45). Sum of RGB (Red+Green+Blue) = 20+110+45=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #146E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E2D is #EB91D2. Grayscale: #4B4B4B. Windows color (decimal): -15438291 or 2977300. OLE color: 2977300.
HSL color Cylindrical-coordinate representation of color #146E2D: hue angle of 136.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E2D is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 110 | 45 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.57 |
| HSL | 136.67º | 0.69% | 0.25% | - |
| HSV(B) | 136.67º | 0.82% | 0.43% | - |
| XYZ | 6.34 | 11.49 | 4.37 | - |
| YUV | 75.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 45 | 0.82 | 0 | 0.59 | 0.57 | 136.67 | 0.69 | 0.25 |
| Hex | 14 | 6E | 2D | 52 | 0 | 3B | 39 | 89 | 45 | 19 |
| Octal | 24 | 156 | 55 | 122 | 0 | 73 | 71 | 211 | 105 | 31 |
| Binary | 10100 | 1101110 | 101101 | 1010010 | 0 | 111011 | 111001 | 10001001 | 1000101 | 11001 |
Color Harmonies of #146E2D
Complementary color
Monochromatic Colors of #146E2D
Black with #146E2D
Text Example
Text Example
White with #146E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146E2D; }
p { color: rgb(20,110,45); }
H1.HeaderClassName
{
color: #146E2D;
}
.AnyTagClassName
{
color: #146E2D;
}
</style>
background-color css
<style>
a { background-color: #146E2D; }
a { background-color: rgb(20,110,45); }
div.DivClassName
{
background-color: #146E2D;
}
.BgClassName
{
background-color: #146E2D;
}
</style>
border-color css
<style>
span { border-color: #146E2D; }
span { border-color: rgb(20,110,45); }
td.TdClassName
{
border-color: #146E2D;
}
.TagClassName
{
border-color: #146E2D;
}
</style>