Shades of Japanese Laurel #2F7337
Tints of Japanese Laurel #2F7337
RGB
CMYK
RGB Variations
Color information
#2F7337 (or 0x2F7337) is known color: Japanese Laurel. HEX triplet: 2F, 73 and 37. RGB value is (47,115,55). Sum of RGB (Red+Green+Blue) = 47+115+55=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7337 is #D08CC8. Grayscale: #575757. Windows color (decimal): -13667529 or 3633967. OLE color: 3633967.
HSL color Cylindrical-coordinate representation of color #2F7337: hue angle of 127.06º 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 #2F7337 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 55 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.55 |
| HSL | 127.06º | 0.42% | 0.32% | - |
| HSV(B) | 127.06º | 0.59% | 0.45% | - |
| XYZ | 7.99 | 13.14 | 5.73 | - |
| YUV | 87.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 55 | 0.59 | 0 | 0.52 | 0.55 | 127.06 | 0.42 | 0.32 |
| Hex | 2F | 73 | 37 | 3B | 0 | 34 | 37 | 7F | 2A | 20 |
| Octal | 57 | 163 | 67 | 73 | 0 | 64 | 67 | 177 | 52 | 40 |
| Binary | 101111 | 1110011 | 110111 | 111011 | 0 | 110100 | 110111 | 1111111 | 101010 | 100000 |
Color Harmonies of #2F7337
Complementary color
Monochromatic Colors of #2F7337
Black with #2F7337
Text Example
Text Example
White with #2F7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7337; }
p { color: rgb(47,115,55); }
H1.HeaderClassName
{
color: #2F7337;
}
.AnyTagClassName
{
color: #2F7337;
}
</style>
background-color css
<style>
a { background-color: #2F7337; }
a { background-color: rgb(47,115,55); }
div.DivClassName
{
background-color: #2F7337;
}
.BgClassName
{
background-color: #2F7337;
}
</style>
border-color css
<style>
span { border-color: #2F7337; }
span { border-color: rgb(47,115,55); }
td.TdClassName
{
border-color: #2F7337;
}
.TagClassName
{
border-color: #2F7337;
}
</style>