Shades of Japanese Laurel #2F873F
Tints of Japanese Laurel #2F873F
RGB
CMYK
RGB Variations
Color information
#2F873F (or 0x2F873F) is known color: Japanese Laurel. HEX triplet: 2F, 87 and 3F. RGB value is (47,135,63). Sum of RGB (Red+Green+Blue) = 47+135+63=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #2F873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F873F is #D078C0. Grayscale: #646464. Windows color (decimal): -13662401 or 4163375. OLE color: 4163375.
HSL color Cylindrical-coordinate representation of color #2F873F: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F873F is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 63 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.47 |
| HSL | 130.91º | 0.48% | 0.36% | - |
| HSV(B) | 130.91º | 0.65% | 0.53% | - |
| XYZ | 10.73 | 18.29 | 7.67 | - |
| YUV | 100.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 63 | 0.65 | 0 | 0.53 | 0.47 | 130.91 | 0.48 | 0.36 |
| Hex | 2F | 87 | 3F | 41 | 0 | 35 | 2F | 83 | 30 | 24 |
| Octal | 57 | 207 | 77 | 101 | 0 | 65 | 57 | 203 | 60 | 44 |
| Binary | 101111 | 10000111 | 111111 | 1000001 | 0 | 110101 | 101111 | 10000011 | 110000 | 100100 |
Color Harmonies of #2F873F
Complementary color
Monochromatic Colors of #2F873F
Black with #2F873F
Text Example
Text Example
White with #2F873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F873F; }
p { color: rgb(47,135,63); }
H1.HeaderClassName
{
color: #2F873F;
}
.AnyTagClassName
{
color: #2F873F;
}
</style>
background-color css
<style>
a { background-color: #2F873F; }
a { background-color: rgb(47,135,63); }
div.DivClassName
{
background-color: #2F873F;
}
.BgClassName
{
background-color: #2F873F;
}
</style>
border-color css
<style>
span { border-color: #2F873F; }
span { border-color: rgb(47,135,63); }
td.TdClassName
{
border-color: #2F873F;
}
.TagClassName
{
border-color: #2F873F;
}
</style>