Shades of Japanese Laurel #2F7436
Tints of Japanese Laurel #2F7436
RGB
CMYK
RGB Variations
Color information
#2F7436 (or 0x2F7436) is known color: Japanese Laurel. HEX triplet: 2F, 74 and 36. RGB value is (47,116,54). Sum of RGB (Red+Green+Blue) = 47+116+54=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #2F7436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7436 is #D08BC9. Grayscale: #585858. Windows color (decimal): -13667274 or 3568687. OLE color: 3568687.
HSL color Cylindrical-coordinate representation of color #2F7436: hue angle of 126.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F7436 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 116 | 54 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.55 |
| HSL | 126.09º | 0.42% | 0.32% | - |
| HSV(B) | 126.09º | 0.59% | 0.45% | - |
| XYZ | 8.08 | 13.36 | 5.64 | - |
| YUV | 88.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 54 | 0.59 | 0 | 0.53 | 0.55 | 126.09 | 0.42 | 0.32 |
| Hex | 2F | 74 | 36 | 3B | 0 | 35 | 37 | 7E | 2A | 20 |
| Octal | 57 | 164 | 66 | 73 | 0 | 65 | 67 | 176 | 52 | 40 |
| Binary | 101111 | 1110100 | 110110 | 111011 | 0 | 110101 | 110111 | 1111110 | 101010 | 100000 |
Color Harmonies of #2F7436
Complementary color
Monochromatic Colors of #2F7436
Black with #2F7436
Text Example
Text Example
White with #2F7436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7436; }
p { color: rgb(47,116,54); }
H1.HeaderClassName
{
color: #2F7436;
}
.AnyTagClassName
{
color: #2F7436;
}
</style>
background-color css
<style>
a { background-color: #2F7436; }
a { background-color: rgb(47,116,54); }
div.DivClassName
{
background-color: #2F7436;
}
.BgClassName
{
background-color: #2F7436;
}
</style>
border-color css
<style>
span { border-color: #2F7436; }
span { border-color: rgb(47,116,54); }
td.TdClassName
{
border-color: #2F7436;
}
.TagClassName
{
border-color: #2F7436;
}
</style>