Shades of Camarone #137C2F
Tints of Camarone #137C2F
RGB
CMYK
RGB Variations
Color information
#137C2F (or 0x137C2F) is known color: Camarone. HEX triplet: 13, 7C and 2F. RGB value is (19,124,47). Sum of RGB (Red+Green+Blue) = 19+124+47=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #137C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137C2F is #EC83D0. Grayscale: #545454. Windows color (decimal): -15500241 or 3111955. OLE color: 3111955.
HSL color Cylindrical-coordinate representation of color #137C2F: hue angle of 136º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C2F is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 47 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.51 |
| HSL | 136º | 0.73% | 0.28% | - |
| HSV(B) | 136º | 0.85% | 0.49% | - |
| XYZ | 7.99 | 14.76 | 5.12 | - |
| YUV | 83.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 47 | 0.85 | 0 | 0.62 | 0.51 | 136 | 0.73 | 0.28 |
| Hex | 13 | 7C | 2F | 55 | 0 | 3E | 33 | 88 | 49 | 1C |
| Octal | 23 | 174 | 57 | 125 | 0 | 76 | 63 | 210 | 111 | 34 |
| Binary | 10011 | 1111100 | 101111 | 1010101 | 0 | 111110 | 110011 | 10001000 | 1001001 | 11100 |
Color Harmonies of #137C2F
Complementary color
Monochromatic Colors of #137C2F
Black with #137C2F
Text Example
Text Example
White with #137C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C2F; }
p { color: rgb(19,124,47); }
H1.HeaderClassName
{
color: #137C2F;
}
.AnyTagClassName
{
color: #137C2F;
}
</style>
background-color css
<style>
a { background-color: #137C2F; }
a { background-color: rgb(19,124,47); }
div.DivClassName
{
background-color: #137C2F;
}
.BgClassName
{
background-color: #137C2F;
}
</style>
border-color css
<style>
span { border-color: #137C2F; }
span { border-color: rgb(19,124,47); }
td.TdClassName
{
border-color: #137C2F;
}
.TagClassName
{
border-color: #137C2F;
}
</style>