Shades of Japanese Laurel #2F722C
Tints of Japanese Laurel #2F722C
RGB
CMYK
RGB Variations
Color information
#2F722C (or 0x2F722C) is known color: Japanese Laurel. HEX triplet: 2F, 72 and 2C. RGB value is (47,114,44). Sum of RGB (Red+Green+Blue) = 47+114+44=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #2F722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F722C is #D08DD3. Grayscale: #565656. Windows color (decimal): -13667796 or 2912815. OLE color: 2912815.
HSL color Cylindrical-coordinate representation of color #2F722C: hue angle of 117.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F722C is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 44 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.55 |
| HSL | 117.43º | 0.44% | 0.31% | - |
| HSV(B) | 117.43º | 0.61% | 0.45% | - |
| XYZ | 7.64 | 12.82 | 4.45 | - |
| YUV | 85.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 44 | 0.59 | 0 | 0.61 | 0.55 | 117.43 | 0.44 | 0.31 |
| Hex | 2F | 72 | 2C | 3B | 0 | 3D | 37 | 75 | 2C | 1F |
| Octal | 57 | 162 | 54 | 73 | 0 | 75 | 67 | 165 | 54 | 37 |
| Binary | 101111 | 1110010 | 101100 | 111011 | 0 | 111101 | 110111 | 1110101 | 101100 | 11111 |
Color Harmonies of #2F722C
Complementary color
Monochromatic Colors of #2F722C
Black with #2F722C
Text Example
Text Example
White with #2F722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F722C; }
p { color: rgb(47,114,44); }
H1.HeaderClassName
{
color: #2F722C;
}
.AnyTagClassName
{
color: #2F722C;
}
</style>
background-color css
<style>
a { background-color: #2F722C; }
a { background-color: rgb(47,114,44); }
div.DivClassName
{
background-color: #2F722C;
}
.BgClassName
{
background-color: #2F722C;
}
</style>
border-color css
<style>
span { border-color: #2F722C; }
span { border-color: rgb(47,114,44); }
td.TdClassName
{
border-color: #2F722C;
}
.TagClassName
{
border-color: #2F722C;
}
</style>