Shades of Japanese Laurel #2F863B
Tints of Japanese Laurel #2F863B
RGB
CMYK
RGB Variations
Color information
#2F863B (or 0x2F863B) is known color: Japanese Laurel. HEX triplet: 2F, 86 and 3B. RGB value is (47,134,59). Sum of RGB (Red+Green+Blue) = 47+134+59=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #2F863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F863B is #D079C4. Grayscale: #636363. Windows color (decimal): -13662661 or 3900975. OLE color: 3900975.
HSL color Cylindrical-coordinate representation of color #2F863B: hue angle of 128.28º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F863B is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 134 | 59 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.47 |
| HSL | 128.28º | 0.48% | 0.35% | - |
| HSV(B) | 128.28º | 0.65% | 0.53% | - |
| XYZ | 10.49 | 17.97 | 7.05 | - |
| YUV | 99.44 | 105.18 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 59 | 0.65 | 0 | 0.56 | 0.47 | 128.28 | 0.48 | 0.35 |
| Hex | 2F | 86 | 3B | 41 | 0 | 38 | 2F | 80 | 30 | 23 |
| Octal | 57 | 206 | 73 | 101 | 0 | 70 | 57 | 200 | 60 | 43 |
| Binary | 101111 | 10000110 | 111011 | 1000001 | 0 | 111000 | 101111 | 10000000 | 110000 | 100011 |
Color Harmonies of #2F863B
Complementary color
Monochromatic Colors of #2F863B
Black with #2F863B
Text Example
Text Example
White with #2F863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F863B; }
p { color: rgb(47,134,59); }
H1.HeaderClassName
{
color: #2F863B;
}
.AnyTagClassName
{
color: #2F863B;
}
</style>
background-color css
<style>
a { background-color: #2F863B; }
a { background-color: rgb(47,134,59); }
div.DivClassName
{
background-color: #2F863B;
}
.BgClassName
{
background-color: #2F863B;
}
</style>
border-color css
<style>
span { border-color: #2F863B; }
span { border-color: rgb(47,134,59); }
td.TdClassName
{
border-color: #2F863B;
}
.TagClassName
{
border-color: #2F863B;
}
</style>