Shades of Japanese Laurel #2F7226
Tints of Japanese Laurel #2F7226
RGB
CMYK
RGB Variations
Color information
#2F7226 (or 0x2F7226) is known color: Japanese Laurel. HEX triplet: 2F, 72 and 26. RGB value is (47,114,38). Sum of RGB (Red+Green+Blue) = 47+114+38=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7226 is #D08DD9. Grayscale: #555555. Windows color (decimal): -13667802 or 2519599. OLE color: 2519599.
HSL color Cylindrical-coordinate representation of color #2F7226: hue angle of 112.89º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F7226 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 38 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.55 |
| HSL | 112.89º | 0.5% | 0.3% | - |
| HSV(B) | 112.89º | 0.67% | 0.45% | - |
| XYZ | 7.54 | 12.78 | 3.9 | - |
| YUV | 85.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 38 | 0.59 | 0 | 0.67 | 0.55 | 112.89 | 0.5 | 0.3 |
| Hex | 2F | 72 | 26 | 3B | 0 | 43 | 37 | 71 | 32 | 1E |
| Octal | 57 | 162 | 46 | 73 | 0 | 103 | 67 | 161 | 62 | 36 |
| Binary | 101111 | 1110010 | 100110 | 111011 | 0 | 1000011 | 110111 | 1110001 | 110010 | 11110 |
Color Harmonies of #2F7226
Complementary color
Monochromatic Colors of #2F7226
Black with #2F7226
Text Example
Text Example
White with #2F7226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7226; }
p { color: rgb(47,114,38); }
H1.HeaderClassName
{
color: #2F7226;
}
.AnyTagClassName
{
color: #2F7226;
}
</style>
background-color css
<style>
a { background-color: #2F7226; }
a { background-color: rgb(47,114,38); }
div.DivClassName
{
background-color: #2F7226;
}
.BgClassName
{
background-color: #2F7226;
}
</style>
border-color css
<style>
span { border-color: #2F7226; }
span { border-color: rgb(47,114,38); }
td.TdClassName
{
border-color: #2F7226;
}
.TagClassName
{
border-color: #2F7226;
}
</style>