Shades of Japanese Laurel #2C7736
Tints of Japanese Laurel #2C7736
RGB
CMYK
RGB Variations
Color information
#2C7736 (or 0x2C7736) is known color: Japanese Laurel. HEX triplet: 2C, 77 and 36. RGB value is (44,119,54). Sum of RGB (Red+Green+Blue) = 44+119+54=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7736 is #D388C9. Grayscale: #595959. Windows color (decimal): -13863114 or 3569452. OLE color: 3569452.
HSL color Cylindrical-coordinate representation of color #2C7736: hue angle of 128º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7736 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 54 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.53 |
| HSL | 128º | 0.46% | 0.32% | - |
| HSV(B) | 128º | 0.63% | 0.47% | - |
| XYZ | 8.3 | 14 | 5.75 | - |
| YUV | 89.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 54 | 0.63 | 0 | 0.55 | 0.53 | 128 | 0.46 | 0.32 |
| Hex | 2C | 77 | 36 | 3F | 0 | 37 | 35 | 80 | 2E | 20 |
| Octal | 54 | 167 | 66 | 77 | 0 | 67 | 65 | 200 | 56 | 40 |
| Binary | 101100 | 1110111 | 110110 | 111111 | 0 | 110111 | 110101 | 10000000 | 101110 | 100000 |
Color Harmonies of #2C7736
Complementary color
Monochromatic Colors of #2C7736
Black with #2C7736
Text Example
Text Example
White with #2C7736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7736; }
p { color: rgb(44,119,54); }
H1.HeaderClassName
{
color: #2C7736;
}
.AnyTagClassName
{
color: #2C7736;
}
</style>
background-color css
<style>
a { background-color: #2C7736; }
a { background-color: rgb(44,119,54); }
div.DivClassName
{
background-color: #2C7736;
}
.BgClassName
{
background-color: #2C7736;
}
</style>
border-color css
<style>
span { border-color: #2C7736; }
span { border-color: rgb(44,119,54); }
td.TdClassName
{
border-color: #2C7736;
}
.TagClassName
{
border-color: #2C7736;
}
</style>