Shades of Japanese Laurel #2F742E
Tints of Japanese Laurel #2F742E
RGB
CMYK
RGB Variations
Color information
#2F742E (or 0x2F742E) is known color: Japanese Laurel. HEX triplet: 2F, 74 and 2E. RGB value is (47,116,46). Sum of RGB (Red+Green+Blue) = 47+116+46=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #2F742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F742E is #D08BD1. Grayscale: #575757. Windows color (decimal): -13667282 or 3044399. OLE color: 3044399.
HSL color Cylindrical-coordinate representation of color #2F742E: hue angle of 119.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F742E is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 116 | 46 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.55 |
| HSL | 119.14º | 0.43% | 0.32% | - |
| HSV(B) | 119.14º | 0.6% | 0.45% | - |
| XYZ | 7.91 | 13.29 | 4.73 | - |
| YUV | 87.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 46 | 0.59 | 0 | 0.60 | 0.55 | 119.14 | 0.43 | 0.32 |
| Hex | 2F | 74 | 2E | 3B | 0 | 3C | 37 | 77 | 2B | 20 |
| Octal | 57 | 164 | 56 | 73 | 0 | 74 | 67 | 167 | 53 | 40 |
| Binary | 101111 | 1110100 | 101110 | 111011 | 0 | 111100 | 110111 | 1110111 | 101011 | 100000 |
Color Harmonies of #2F742E
Complementary color
Monochromatic Colors of #2F742E
Black with #2F742E
Text Example
Text Example
White with #2F742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F742E; }
p { color: rgb(47,116,46); }
H1.HeaderClassName
{
color: #2F742E;
}
.AnyTagClassName
{
color: #2F742E;
}
</style>
background-color css
<style>
a { background-color: #2F742E; }
a { background-color: rgb(47,116,46); }
div.DivClassName
{
background-color: #2F742E;
}
.BgClassName
{
background-color: #2F742E;
}
</style>
border-color css
<style>
span { border-color: #2F742E; }
span { border-color: rgb(47,116,46); }
td.TdClassName
{
border-color: #2F742E;
}
.TagClassName
{
border-color: #2F742E;
}
</style>