Shades of Japanese Laurel #2A7C37
Tints of Japanese Laurel #2A7C37
RGB
CMYK
RGB Variations
Color information
#2A7C37 (or 0x2A7C37) is known color: Japanese Laurel. HEX triplet: 2A, 7C and 37. RGB value is (42,124,55). Sum of RGB (Red+Green+Blue) = 42+124+55=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C37 is #D583C8. Grayscale: #5B5B5B. Windows color (decimal): -13992905 or 3636266. OLE color: 3636266.
HSL color Cylindrical-coordinate representation of color #2A7C37: hue angle of 129.51º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C37 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 124 | 55 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.51 |
| HSL | 129.51º | 0.49% | 0.33% | - |
| HSV(B) | 129.51º | 0.66% | 0.49% | - |
| XYZ | 8.85 | 15.18 | 6.08 | - |
| YUV | 91.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 55 | 0.66 | 0 | 0.56 | 0.51 | 129.51 | 0.49 | 0.33 |
| Hex | 2A | 7C | 37 | 42 | 0 | 38 | 33 | 82 | 31 | 21 |
| Octal | 52 | 174 | 67 | 102 | 0 | 70 | 63 | 202 | 61 | 41 |
| Binary | 101010 | 1111100 | 110111 | 1000010 | 0 | 111000 | 110011 | 10000010 | 110001 | 100001 |
Color Harmonies of #2A7C37
Complementary color
Monochromatic Colors of #2A7C37
Black with #2A7C37
Text Example
Text Example
White with #2A7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C37; }
p { color: rgb(42,124,55); }
H1.HeaderClassName
{
color: #2A7C37;
}
.AnyTagClassName
{
color: #2A7C37;
}
</style>
background-color css
<style>
a { background-color: #2A7C37; }
a { background-color: rgb(42,124,55); }
div.DivClassName
{
background-color: #2A7C37;
}
.BgClassName
{
background-color: #2A7C37;
}
</style>
border-color css
<style>
span { border-color: #2A7C37; }
span { border-color: rgb(42,124,55); }
td.TdClassName
{
border-color: #2A7C37;
}
.TagClassName
{
border-color: #2A7C37;
}
</style>