Shades of Japanese Laurel #2F722D
Tints of Japanese Laurel #2F722D
RGB
CMYK
RGB Variations
Color information
#2F722D (or 0x2F722D) is known color: Japanese Laurel. HEX triplet: 2F, 72 and 2D. RGB value is (47,114,45). Sum of RGB (Red+Green+Blue) = 47+114+45=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #2F722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F722D is #D08DD2. Grayscale: #565656. Windows color (decimal): -13667795 or 2978351. OLE color: 2978351.
HSL color Cylindrical-coordinate representation of color #2F722D: hue angle of 118.26º degrees, saturation: 0.43, 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 #2F722D is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 45 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.55 |
| HSL | 118.26º | 0.43% | 0.31% | - |
| HSV(B) | 118.26º | 0.61% | 0.45% | - |
| XYZ | 7.66 | 12.83 | 4.55 | - |
| YUV | 86.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 45 | 0.59 | 0 | 0.61 | 0.55 | 118.26 | 0.43 | 0.31 |
| Hex | 2F | 72 | 2D | 3B | 0 | 3D | 37 | 76 | 2B | 1F |
| Octal | 57 | 162 | 55 | 73 | 0 | 75 | 67 | 166 | 53 | 37 |
| Binary | 101111 | 1110010 | 101101 | 111011 | 0 | 111101 | 110111 | 1110110 | 101011 | 11111 |
Color Harmonies of #2F722D
Complementary color
Monochromatic Colors of #2F722D
Black with #2F722D
Text Example
Text Example
White with #2F722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F722D; }
p { color: rgb(47,114,45); }
H1.HeaderClassName
{
color: #2F722D;
}
.AnyTagClassName
{
color: #2F722D;
}
</style>
background-color css
<style>
a { background-color: #2F722D; }
a { background-color: rgb(47,114,45); }
div.DivClassName
{
background-color: #2F722D;
}
.BgClassName
{
background-color: #2F722D;
}
</style>
border-color css
<style>
span { border-color: #2F722D; }
span { border-color: rgb(47,114,45); }
td.TdClassName
{
border-color: #2F722D;
}
.TagClassName
{
border-color: #2F722D;
}
</style>