Shades of Japanese Laurel #2C7936
Tints of Japanese Laurel #2C7936
RGB
CMYK
RGB Variations
Color information
#2C7936 (or 0x2C7936) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 36. RGB value is (44,121,54). Sum of RGB (Red+Green+Blue) = 44+121+54=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7936 is #D386C9. Grayscale: #5A5A5A. Windows color (decimal): -13862602 or 3569964. OLE color: 3569964.
HSL color Cylindrical-coordinate representation of color #2C7936: hue angle of 127.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7936 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 121 | 54 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.53 |
| HSL | 127.79º | 0.47% | 0.32% | - |
| HSV(B) | 127.79º | 0.64% | 0.47% | - |
| XYZ | 8.54 | 14.48 | 5.83 | - |
| YUV | 90.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 54 | 0.64 | 0 | 0.55 | 0.53 | 127.79 | 0.47 | 0.32 |
| Hex | 2C | 79 | 36 | 40 | 0 | 37 | 35 | 80 | 2F | 20 |
| Octal | 54 | 171 | 66 | 100 | 0 | 67 | 65 | 200 | 57 | 40 |
| Binary | 101100 | 1111001 | 110110 | 1000000 | 0 | 110111 | 110101 | 10000000 | 101111 | 100000 |
Color Harmonies of #2C7936
Complementary color
Monochromatic Colors of #2C7936
Black with #2C7936
Text Example
Text Example
White with #2C7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7936; }
p { color: rgb(44,121,54); }
H1.HeaderClassName
{
color: #2C7936;
}
.AnyTagClassName
{
color: #2C7936;
}
</style>
background-color css
<style>
a { background-color: #2C7936; }
a { background-color: rgb(44,121,54); }
div.DivClassName
{
background-color: #2C7936;
}
.BgClassName
{
background-color: #2C7936;
}
</style>
border-color css
<style>
span { border-color: #2C7936; }
span { border-color: rgb(44,121,54); }
td.TdClassName
{
border-color: #2C7936;
}
.TagClassName
{
border-color: #2C7936;
}
</style>