Shades of Japanese Laurel #2C7734
Tints of Japanese Laurel #2C7734
RGB
CMYK
RGB Variations
Color information
#2C7734 (or 0x2C7734) is known color: Japanese Laurel. HEX triplet: 2C, 77 and 34. RGB value is (44,119,52). Sum of RGB (Red+Green+Blue) = 44+119+52=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7734 is #D388CB. Grayscale: #595959. Windows color (decimal): -13863116 or 3438380. OLE color: 3438380.
HSL color Cylindrical-coordinate representation of color #2C7734: hue angle of 126.4º 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 #2C7734 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 52 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.53 |
| HSL | 126.4º | 0.46% | 0.32% | - |
| HSV(B) | 126.4º | 0.63% | 0.47% | - |
| XYZ | 8.26 | 13.98 | 5.51 | - |
| YUV | 88.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 52 | 0.63 | 0 | 0.56 | 0.53 | 126.4 | 0.46 | 0.32 |
| Hex | 2C | 77 | 34 | 3F | 0 | 38 | 35 | 7E | 2E | 20 |
| Octal | 54 | 167 | 64 | 77 | 0 | 70 | 65 | 176 | 56 | 40 |
| Binary | 101100 | 1110111 | 110100 | 111111 | 0 | 111000 | 110101 | 1111110 | 101110 | 100000 |
Color Harmonies of #2C7734
Complementary color
Monochromatic Colors of #2C7734
Black with #2C7734
Text Example
Text Example
White with #2C7734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7734; }
p { color: rgb(44,119,52); }
H1.HeaderClassName
{
color: #2C7734;
}
.AnyTagClassName
{
color: #2C7734;
}
</style>
background-color css
<style>
a { background-color: #2C7734; }
a { background-color: rgb(44,119,52); }
div.DivClassName
{
background-color: #2C7734;
}
.BgClassName
{
background-color: #2C7734;
}
</style>
border-color css
<style>
span { border-color: #2C7734; }
span { border-color: rgb(44,119,52); }
td.TdClassName
{
border-color: #2C7734;
}
.TagClassName
{
border-color: #2C7734;
}
</style>