Shades of Japanese Laurel #2F7328
Tints of Japanese Laurel #2F7328
RGB
CMYK
RGB Variations
Color information
#2F7328 (or 0x2F7328) is known color: Japanese Laurel. HEX triplet: 2F, 73 and 28. RGB value is (47,115,40). Sum of RGB (Red+Green+Blue) = 47+115+40=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7328 is #D08CD7. Grayscale: #565656. Windows color (decimal): -13667544 or 2650927. OLE color: 2650927.
HSL color Cylindrical-coordinate representation of color #2F7328: hue angle of 114.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7328 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 40 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.55 |
| HSL | 114.4º | 0.48% | 0.3% | - |
| HSV(B) | 114.4º | 0.65% | 0.45% | - |
| XYZ | 7.69 | 13.02 | 4.12 | - |
| YUV | 86.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 40 | 0.59 | 0 | 0.65 | 0.55 | 114.4 | 0.48 | 0.3 |
| Hex | 2F | 73 | 28 | 3B | 0 | 41 | 37 | 72 | 30 | 1E |
| Octal | 57 | 163 | 50 | 73 | 0 | 101 | 67 | 162 | 60 | 36 |
| Binary | 101111 | 1110011 | 101000 | 111011 | 0 | 1000001 | 110111 | 1110010 | 110000 | 11110 |
Color Harmonies of #2F7328
Complementary color
Monochromatic Colors of #2F7328
Black with #2F7328
Text Example
Text Example
White with #2F7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7328; }
p { color: rgb(47,115,40); }
H1.HeaderClassName
{
color: #2F7328;
}
.AnyTagClassName
{
color: #2F7328;
}
</style>
background-color css
<style>
a { background-color: #2F7328; }
a { background-color: rgb(47,115,40); }
div.DivClassName
{
background-color: #2F7328;
}
.BgClassName
{
background-color: #2F7328;
}
</style>
border-color css
<style>
span { border-color: #2F7328; }
span { border-color: rgb(47,115,40); }
td.TdClassName
{
border-color: #2F7328;
}
.TagClassName
{
border-color: #2F7328;
}
</style>