Shades of Japanese Laurel #2F8941
Tints of Japanese Laurel #2F8941
RGB
CMYK
RGB Variations
Color information
#2F8941 (or 0x2F8941) is known color: Japanese Laurel. HEX triplet: 2F, 89 and 41. RGB value is (47,137,65). Sum of RGB (Red+Green+Blue) = 47+137+65=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8941 is #D076BE. Grayscale: #666666. Windows color (decimal): -13661887 or 4294959. OLE color: 4294959.
HSL color Cylindrical-coordinate representation of color #2F8941: hue angle of 132º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8941 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 65 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.46 |
| HSL | 132º | 0.49% | 0.36% | - |
| HSV(B) | 132º | 0.66% | 0.54% | - |
| XYZ | 11.07 | 18.88 | 8.06 | - |
| YUV | 101.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 65 | 0.66 | 0 | 0.53 | 0.46 | 132 | 0.49 | 0.36 |
| Hex | 2F | 89 | 41 | 42 | 0 | 35 | 2E | 84 | 31 | 24 |
| Octal | 57 | 211 | 101 | 102 | 0 | 65 | 56 | 204 | 61 | 44 |
| Binary | 101111 | 10001001 | 1000001 | 1000010 | 0 | 110101 | 101110 | 10000100 | 110001 | 100100 |
Color Harmonies of #2F8941
Complementary color
Monochromatic Colors of #2F8941
Black with #2F8941
Text Example
Text Example
White with #2F8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8941; }
p { color: rgb(47,137,65); }
H1.HeaderClassName
{
color: #2F8941;
}
.AnyTagClassName
{
color: #2F8941;
}
</style>
background-color css
<style>
a { background-color: #2F8941; }
a { background-color: rgb(47,137,65); }
div.DivClassName
{
background-color: #2F8941;
}
.BgClassName
{
background-color: #2F8941;
}
</style>
border-color css
<style>
span { border-color: #2F8941; }
span { border-color: rgb(47,137,65); }
td.TdClassName
{
border-color: #2F8941;
}
.TagClassName
{
border-color: #2F8941;
}
</style>