Shades of Japanese Laurel #2F752E
Tints of Japanese Laurel #2F752E
RGB
CMYK
RGB Variations
Color information
#2F752E (or 0x2F752E) is known color: Japanese Laurel. HEX triplet: 2F, 75 and 2E. RGB value is (47,117,46). Sum of RGB (Red+Green+Blue) = 47+117+46=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #2F752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F752E is #D08AD1. Grayscale: #585858. Windows color (decimal): -13667026 or 3044655. OLE color: 3044655.
HSL color Cylindrical-coordinate representation of color #2F752E: hue angle of 119.15º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F752E is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 117 | 46 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.54 |
| HSL | 119.15º | 0.44% | 0.32% | - |
| HSV(B) | 119.15º | 0.61% | 0.46% | - |
| XYZ | 8.03 | 13.52 | 4.77 | - |
| YUV | 87.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 46 | 0.60 | 0 | 0.61 | 0.54 | 119.15 | 0.44 | 0.32 |
| Hex | 2F | 75 | 2E | 3C | 0 | 3D | 36 | 77 | 2C | 20 |
| Octal | 57 | 165 | 56 | 74 | 0 | 75 | 66 | 167 | 54 | 40 |
| Binary | 101111 | 1110101 | 101110 | 111100 | 0 | 111101 | 110110 | 1110111 | 101100 | 100000 |
Color Harmonies of #2F752E
Complementary color
Monochromatic Colors of #2F752E
Black with #2F752E
Text Example
Text Example
White with #2F752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F752E; }
p { color: rgb(47,117,46); }
H1.HeaderClassName
{
color: #2F752E;
}
.AnyTagClassName
{
color: #2F752E;
}
</style>
background-color css
<style>
a { background-color: #2F752E; }
a { background-color: rgb(47,117,46); }
div.DivClassName
{
background-color: #2F752E;
}
.BgClassName
{
background-color: #2F752E;
}
</style>
border-color css
<style>
span { border-color: #2F752E; }
span { border-color: rgb(47,117,46); }
td.TdClassName
{
border-color: #2F752E;
}
.TagClassName
{
border-color: #2F752E;
}
</style>