Shades of Camarone #157D2E
Tints of Camarone #157D2E
RGB
CMYK
RGB Variations
Color information
#157D2E (or 0x157D2E) is known color: Camarone. HEX triplet: 15, 7D and 2E. RGB value is (21,125,46). Sum of RGB (Red+Green+Blue) = 21+125+46=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 125 (49.22% from 255 or 65.10% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 125 - color contains mainly: green. Hex color #157D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157D2E is #EA82D1. Grayscale: #555555. Windows color (decimal): -15368914 or 3046677. OLE color: 3046677.
HSL color Cylindrical-coordinate representation of color #157D2E: hue angle of 134.42º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D2E is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 46 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.51 |
| HSL | 134.42º | 0.71% | 0.29% | - |
| HSV(B) | 134.42º | 0.83% | 0.49% | - |
| XYZ | 8.14 | 15.02 | 5.06 | - |
| YUV | 84.9 | 106.04 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 46 | 0.83 | 0 | 0.63 | 0.51 | 134.42 | 0.71 | 0.29 |
| Hex | 15 | 7D | 2E | 53 | 0 | 3F | 33 | 86 | 47 | 1D |
| Octal | 25 | 175 | 56 | 123 | 0 | 77 | 63 | 206 | 107 | 35 |
| Binary | 10101 | 1111101 | 101110 | 1010011 | 0 | 111111 | 110011 | 10000110 | 1000111 | 11101 |
Color Harmonies of #157D2E
Complementary color
Monochromatic Colors of #157D2E
Black with #157D2E
Text Example
Text Example
White with #157D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D2E; }
p { color: rgb(21,125,46); }
H1.HeaderClassName
{
color: #157D2E;
}
.AnyTagClassName
{
color: #157D2E;
}
</style>
background-color css
<style>
a { background-color: #157D2E; }
a { background-color: rgb(21,125,46); }
div.DivClassName
{
background-color: #157D2E;
}
.BgClassName
{
background-color: #157D2E;
}
</style>
border-color css
<style>
span { border-color: #157D2E; }
span { border-color: rgb(21,125,46); }
td.TdClassName
{
border-color: #157D2E;
}
.TagClassName
{
border-color: #157D2E;
}
</style>