Shades of Japanese Laurel #2F7127
Tints of Japanese Laurel #2F7127
RGB
CMYK
RGB Variations
Color information
#2F7127 (or 0x2F7127) is known color: Japanese Laurel. HEX triplet: 2F, 71 and 27. RGB value is (47,113,39). Sum of RGB (Red+Green+Blue) = 47+113+39=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7127 is #D08ED8. Grayscale: #555555. Windows color (decimal): -13668057 or 2584879. OLE color: 2584879.
HSL color Cylindrical-coordinate representation of color #2F7127: hue angle of 113.51º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7127 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 39 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.56 |
| HSL | 113.51º | 0.49% | 0.3% | - |
| HSV(B) | 113.51º | 0.65% | 0.44% | - |
| XYZ | 7.44 | 12.56 | 3.95 | - |
| YUV | 84.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 39 | 0.58 | 0 | 0.65 | 0.56 | 113.51 | 0.49 | 0.3 |
| Hex | 2F | 71 | 27 | 3A | 0 | 41 | 38 | 72 | 31 | 1E |
| Octal | 57 | 161 | 47 | 72 | 0 | 101 | 70 | 162 | 61 | 36 |
| Binary | 101111 | 1110001 | 100111 | 111010 | 0 | 1000001 | 111000 | 1110010 | 110001 | 11110 |
Color Harmonies of #2F7127
Complementary color
Monochromatic Colors of #2F7127
Black with #2F7127
Text Example
Text Example
White with #2F7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7127; }
p { color: rgb(47,113,39); }
H1.HeaderClassName
{
color: #2F7127;
}
.AnyTagClassName
{
color: #2F7127;
}
</style>
background-color css
<style>
a { background-color: #2F7127; }
a { background-color: rgb(47,113,39); }
div.DivClassName
{
background-color: #2F7127;
}
.BgClassName
{
background-color: #2F7127;
}
</style>
border-color css
<style>
span { border-color: #2F7127; }
span { border-color: rgb(47,113,39); }
td.TdClassName
{
border-color: #2F7127;
}
.TagClassName
{
border-color: #2F7127;
}
</style>