Shades of Japanese Laurel #2F7826
Tints of Japanese Laurel #2F7826
RGB
CMYK
RGB Variations
Color information
#2F7826 (or 0x2F7826) is known color: Japanese Laurel. HEX triplet: 2F, 78 and 26. RGB value is (47,120,38). Sum of RGB (Red+Green+Blue) = 47+120+38=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7826 is #D087D9. Grayscale: #595959. Windows color (decimal): -13666266 or 2521135. OLE color: 2521135.
HSL color Cylindrical-coordinate representation of color #2F7826: hue angle of 113.41º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7826 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 38 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.53 |
| HSL | 113.41º | 0.52% | 0.31% | - |
| HSV(B) | 113.41º | 0.68% | 0.47% | - |
| XYZ | 8.24 | 14.18 | 4.14 | - |
| YUV | 88.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 38 | 0.61 | 0 | 0.68 | 0.53 | 113.41 | 0.52 | 0.31 |
| Hex | 2F | 78 | 26 | 3D | 0 | 44 | 35 | 71 | 34 | 1F |
| Octal | 57 | 170 | 46 | 75 | 0 | 104 | 65 | 161 | 64 | 37 |
| Binary | 101111 | 1111000 | 100110 | 111101 | 0 | 1000100 | 110101 | 1110001 | 110100 | 11111 |
Color Harmonies of #2F7826
Complementary color
Monochromatic Colors of #2F7826
Black with #2F7826
Text Example
Text Example
White with #2F7826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7826; }
p { color: rgb(47,120,38); }
H1.HeaderClassName
{
color: #2F7826;
}
.AnyTagClassName
{
color: #2F7826;
}
</style>
background-color css
<style>
a { background-color: #2F7826; }
a { background-color: rgb(47,120,38); }
div.DivClassName
{
background-color: #2F7826;
}
.BgClassName
{
background-color: #2F7826;
}
</style>
border-color css
<style>
span { border-color: #2F7826; }
span { border-color: rgb(47,120,38); }
td.TdClassName
{
border-color: #2F7826;
}
.TagClassName
{
border-color: #2F7826;
}
</style>