Shades of Japanese Laurel #2C742E
Tints of Japanese Laurel #2C742E
RGB
CMYK
RGB Variations
Color information
#2C742E (or 0x2C742E) is known color: Japanese Laurel. HEX triplet: 2C, 74 and 2E. RGB value is (44,116,46). Sum of RGB (Red+Green+Blue) = 44+116+46=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #2C742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C742E is #D38BD1. Grayscale: #565656. Windows color (decimal): -13863890 or 3044396. OLE color: 3044396.
HSL color Cylindrical-coordinate representation of color #2C742E: hue angle of 121.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C742E is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 46 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.55 |
| HSL | 121.67º | 0.45% | 0.31% | - |
| HSV(B) | 121.67º | 0.62% | 0.45% | - |
| XYZ | 7.78 | 13.22 | 4.73 | - |
| YUV | 86.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 46 | 0.62 | 0 | 0.60 | 0.55 | 121.67 | 0.45 | 0.31 |
| Hex | 2C | 74 | 2E | 3E | 0 | 3C | 37 | 7A | 2D | 1F |
| Octal | 54 | 164 | 56 | 76 | 0 | 74 | 67 | 172 | 55 | 37 |
| Binary | 101100 | 1110100 | 101110 | 111110 | 0 | 111100 | 110111 | 1111010 | 101101 | 11111 |
Color Harmonies of #2C742E
Complementary color
Monochromatic Colors of #2C742E
Black with #2C742E
Text Example
Text Example
White with #2C742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C742E; }
p { color: rgb(44,116,46); }
H1.HeaderClassName
{
color: #2C742E;
}
.AnyTagClassName
{
color: #2C742E;
}
</style>
background-color css
<style>
a { background-color: #2C742E; }
a { background-color: rgb(44,116,46); }
div.DivClassName
{
background-color: #2C742E;
}
.BgClassName
{
background-color: #2C742E;
}
</style>
border-color css
<style>
span { border-color: #2C742E; }
span { border-color: rgb(44,116,46); }
td.TdClassName
{
border-color: #2C742E;
}
.TagClassName
{
border-color: #2C742E;
}
</style>