Shades of Japanese Laurel #2F7425
Tints of Japanese Laurel #2F7425
RGB
CMYK
RGB Variations
Color information
#2F7425 (or 0x2F7425) is known color: Japanese Laurel. HEX triplet: 2F, 74 and 25. RGB value is (47,116,37). Sum of RGB (Red+Green+Blue) = 47+116+37=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #2F7425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7425 is #D08BDA. Grayscale: #565656. Windows color (decimal): -13667291 or 2454575. OLE color: 2454575.
HSL color Cylindrical-coordinate representation of color #2F7425: hue angle of 112.41º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7425 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 116 | 37 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.55 |
| HSL | 112.41º | 0.52% | 0.3% | - |
| HSV(B) | 112.41º | 0.68% | 0.45% | - |
| XYZ | 7.75 | 13.23 | 3.9 | - |
| YUV | 86.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 37 | 0.59 | 0 | 0.68 | 0.55 | 112.41 | 0.52 | 0.3 |
| Hex | 2F | 74 | 25 | 3B | 0 | 44 | 37 | 70 | 34 | 1E |
| Octal | 57 | 164 | 45 | 73 | 0 | 104 | 67 | 160 | 64 | 36 |
| Binary | 101111 | 1110100 | 100101 | 111011 | 0 | 1000100 | 110111 | 1110000 | 110100 | 11110 |
Color Harmonies of #2F7425
Complementary color
Monochromatic Colors of #2F7425
Black with #2F7425
Text Example
Text Example
White with #2F7425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7425; }
p { color: rgb(47,116,37); }
H1.HeaderClassName
{
color: #2F7425;
}
.AnyTagClassName
{
color: #2F7425;
}
</style>
background-color css
<style>
a { background-color: #2F7425; }
a { background-color: rgb(47,116,37); }
div.DivClassName
{
background-color: #2F7425;
}
.BgClassName
{
background-color: #2F7425;
}
</style>
border-color css
<style>
span { border-color: #2F7425; }
span { border-color: rgb(47,116,37); }
td.TdClassName
{
border-color: #2F7425;
}
.TagClassName
{
border-color: #2F7425;
}
</style>