Shades of Japanese Laurel #2F7926
Tints of Japanese Laurel #2F7926
RGB
CMYK
RGB Variations
Color information
#2F7926 (or 0x2F7926) is known color: Japanese Laurel. HEX triplet: 2F, 79 and 26. RGB value is (47,121,38). Sum of RGB (Red+Green+Blue) = 47+121+38=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7926 is #D086D9. Grayscale: #595959. Windows color (decimal): -13666010 or 2521391. OLE color: 2521391.
HSL color Cylindrical-coordinate representation of color #2F7926: hue angle of 113.49º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7926 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 38 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.53 |
| HSL | 113.49º | 0.52% | 0.31% | - |
| HSV(B) | 113.49º | 0.69% | 0.47% | - |
| XYZ | 8.36 | 14.42 | 4.18 | - |
| YUV | 89.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 38 | 0.61 | 0 | 0.69 | 0.53 | 113.49 | 0.52 | 0.31 |
| Hex | 2F | 79 | 26 | 3D | 0 | 45 | 35 | 71 | 34 | 1F |
| Octal | 57 | 171 | 46 | 75 | 0 | 105 | 65 | 161 | 64 | 37 |
| Binary | 101111 | 1111001 | 100110 | 111101 | 0 | 1000101 | 110101 | 1110001 | 110100 | 11111 |
Color Harmonies of #2F7926
Complementary color
Monochromatic Colors of #2F7926
Black with #2F7926
Text Example
Text Example
White with #2F7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7926; }
p { color: rgb(47,121,38); }
H1.HeaderClassName
{
color: #2F7926;
}
.AnyTagClassName
{
color: #2F7926;
}
</style>
background-color css
<style>
a { background-color: #2F7926; }
a { background-color: rgb(47,121,38); }
div.DivClassName
{
background-color: #2F7926;
}
.BgClassName
{
background-color: #2F7926;
}
</style>
border-color css
<style>
span { border-color: #2F7926; }
span { border-color: rgb(47,121,38); }
td.TdClassName
{
border-color: #2F7926;
}
.TagClassName
{
border-color: #2F7926;
}
</style>