Shades of Japanese Laurel #2C742F
Tints of Japanese Laurel #2C742F
RGB
CMYK
RGB Variations
Color information
#2C742F (or 0x2C742F) is known color: Japanese Laurel. HEX triplet: 2C, 74 and 2F. RGB value is (44,116,47). Sum of RGB (Red+Green+Blue) = 44+116+47=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #2C742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C742F is #D38BD0. Grayscale: #565656. Windows color (decimal): -13863889 or 3109932. OLE color: 3109932.
HSL color Cylindrical-coordinate representation of color #2C742F: hue angle of 122.5º 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 #2C742F is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 116 | 47 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.55 |
| HSL | 122.5º | 0.45% | 0.31% | - |
| HSV(B) | 122.5º | 0.62% | 0.45% | - |
| XYZ | 7.8 | 13.23 | 4.83 | - |
| YUV | 86.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 116 | 47 | 0.62 | 0 | 0.59 | 0.55 | 122.5 | 0.45 | 0.31 |
| Hex | 2C | 74 | 2F | 3E | 0 | 3B | 37 | 7B | 2D | 1F |
| Octal | 54 | 164 | 57 | 76 | 0 | 73 | 67 | 173 | 55 | 37 |
| Binary | 101100 | 1110100 | 101111 | 111110 | 0 | 111011 | 110111 | 1111011 | 101101 | 11111 |
Color Harmonies of #2C742F
Complementary color
Monochromatic Colors of #2C742F
Black with #2C742F
Text Example
Text Example
White with #2C742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C742F; }
p { color: rgb(44,116,47); }
H1.HeaderClassName
{
color: #2C742F;
}
.AnyTagClassName
{
color: #2C742F;
}
</style>
background-color css
<style>
a { background-color: #2C742F; }
a { background-color: rgb(44,116,47); }
div.DivClassName
{
background-color: #2C742F;
}
.BgClassName
{
background-color: #2C742F;
}
</style>
border-color css
<style>
span { border-color: #2C742F; }
span { border-color: rgb(44,116,47); }
td.TdClassName
{
border-color: #2C742F;
}
.TagClassName
{
border-color: #2C742F;
}
</style>