Shades of Japanese Laurel #2F782E
Tints of Japanese Laurel #2F782E
RGB
CMYK
RGB Variations
Color information
#2F782E (or 0x2F782E) is known color: Japanese Laurel. HEX triplet: 2F, 78 and 2E. RGB value is (47,120,46). Sum of RGB (Red+Green+Blue) = 47+120+46=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #2F782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F782E is #D087D1. Grayscale: #595959. Windows color (decimal): -13666258 or 3045423. OLE color: 3045423.
HSL color Cylindrical-coordinate representation of color #2F782E: hue angle of 119.19º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F782E is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 46 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.53 |
| HSL | 119.19º | 0.45% | 0.33% | - |
| HSV(B) | 119.19º | 0.62% | 0.47% | - |
| XYZ | 8.38 | 14.23 | 4.89 | - |
| YUV | 89.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 46 | 0.61 | 0 | 0.62 | 0.53 | 119.19 | 0.45 | 0.33 |
| Hex | 2F | 78 | 2E | 3D | 0 | 3E | 35 | 77 | 2D | 21 |
| Octal | 57 | 170 | 56 | 75 | 0 | 76 | 65 | 167 | 55 | 41 |
| Binary | 101111 | 1111000 | 101110 | 111101 | 0 | 111110 | 110101 | 1110111 | 101101 | 100001 |
Color Harmonies of #2F782E
Complementary color
Monochromatic Colors of #2F782E
Black with #2F782E
Text Example
Text Example
White with #2F782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F782E; }
p { color: rgb(47,120,46); }
H1.HeaderClassName
{
color: #2F782E;
}
.AnyTagClassName
{
color: #2F782E;
}
</style>
background-color css
<style>
a { background-color: #2F782E; }
a { background-color: rgb(47,120,46); }
div.DivClassName
{
background-color: #2F782E;
}
.BgClassName
{
background-color: #2F782E;
}
</style>
border-color css
<style>
span { border-color: #2F782E; }
span { border-color: rgb(47,120,46); }
td.TdClassName
{
border-color: #2F782E;
}
.TagClassName
{
border-color: #2F782E;
}
</style>