Shades of Japanese Laurel #2F7025
Tints of Japanese Laurel #2F7025
RGB
CMYK
RGB Variations
Color information
#2F7025 (or 0x2F7025) is known color: Japanese Laurel. HEX triplet: 2F, 70 and 25. RGB value is (47,112,37). Sum of RGB (Red+Green+Blue) = 47+112+37=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7025 is #D08FDA. Grayscale: #545454. Windows color (decimal): -13668315 or 2453551. OLE color: 2453551.
HSL color Cylindrical-coordinate representation of color #2F7025: hue angle of 112º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F7025 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 37 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.56 |
| HSL | 112º | 0.5% | 0.29% | - |
| HSV(B) | 112º | 0.67% | 0.44% | - |
| XYZ | 7.3 | 12.33 | 3.74 | - |
| YUV | 84.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 37 | 0.58 | 0 | 0.67 | 0.56 | 112 | 0.5 | 0.29 |
| Hex | 2F | 70 | 25 | 3A | 0 | 43 | 38 | 70 | 32 | 1D |
| Octal | 57 | 160 | 45 | 72 | 0 | 103 | 70 | 160 | 62 | 35 |
| Binary | 101111 | 1110000 | 100101 | 111010 | 0 | 1000011 | 111000 | 1110000 | 110010 | 11101 |
Color Harmonies of #2F7025
Complementary color
Monochromatic Colors of #2F7025
Black with #2F7025
Text Example
Text Example
White with #2F7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7025; }
p { color: rgb(47,112,37); }
H1.HeaderClassName
{
color: #2F7025;
}
.AnyTagClassName
{
color: #2F7025;
}
</style>
background-color css
<style>
a { background-color: #2F7025; }
a { background-color: rgb(47,112,37); }
div.DivClassName
{
background-color: #2F7025;
}
.BgClassName
{
background-color: #2F7025;
}
</style>
border-color css
<style>
span { border-color: #2F7025; }
span { border-color: rgb(47,112,37); }
td.TdClassName
{
border-color: #2F7025;
}
.TagClassName
{
border-color: #2F7025;
}
</style>