Shades of Japanese Laurel #2F863C
Tints of Japanese Laurel #2F863C
RGB
CMYK
RGB Variations
Color information
#2F863C (or 0x2F863C) is known color: Japanese Laurel. HEX triplet: 2F, 86 and 3C. RGB value is (47,134,60). Sum of RGB (Red+Green+Blue) = 47+134+60=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #2F863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F863C is #D079C3. Grayscale: #636363. Windows color (decimal): -13662660 or 3966511. OLE color: 3966511.
HSL color Cylindrical-coordinate representation of color #2F863C: hue angle of 128.97º 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 #2F863C is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 134 | 60 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.47 |
| HSL | 128.97º | 0.48% | 0.35% | - |
| HSV(B) | 128.97º | 0.65% | 0.53% | - |
| XYZ | 10.51 | 17.98 | 7.19 | - |
| YUV | 99.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 60 | 0.65 | 0 | 0.55 | 0.47 | 128.97 | 0.48 | 0.35 |
| Hex | 2F | 86 | 3C | 41 | 0 | 37 | 2F | 81 | 30 | 23 |
| Octal | 57 | 206 | 74 | 101 | 0 | 67 | 57 | 201 | 60 | 43 |
| Binary | 101111 | 10000110 | 111100 | 1000001 | 0 | 110111 | 101111 | 10000001 | 110000 | 100011 |
Color Harmonies of #2F863C
Complementary color
Monochromatic Colors of #2F863C
Black with #2F863C
Text Example
Text Example
White with #2F863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F863C; }
p { color: rgb(47,134,60); }
H1.HeaderClassName
{
color: #2F863C;
}
.AnyTagClassName
{
color: #2F863C;
}
</style>
background-color css
<style>
a { background-color: #2F863C; }
a { background-color: rgb(47,134,60); }
div.DivClassName
{
background-color: #2F863C;
}
.BgClassName
{
background-color: #2F863C;
}
</style>
border-color css
<style>
span { border-color: #2F863C; }
span { border-color: rgb(47,134,60); }
td.TdClassName
{
border-color: #2F863C;
}
.TagClassName
{
border-color: #2F863C;
}
</style>