Shades of Japanese Laurel #2F873D
Tints of Japanese Laurel #2F873D
RGB
CMYK
RGB Variations
Color information
#2F873D (or 0x2F873D) is known color: Japanese Laurel. HEX triplet: 2F, 87 and 3D. RGB value is (47,135,61). Sum of RGB (Red+Green+Blue) = 47+135+61=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #2F873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F873D is #D078C2. Grayscale: #646464. Windows color (decimal): -13662403 or 4032303. OLE color: 4032303.
HSL color Cylindrical-coordinate representation of color #2F873D: hue angle of 129.55º 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 #2F873D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 61 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.47 |
| HSL | 129.55º | 0.48% | 0.36% | - |
| HSV(B) | 129.55º | 0.65% | 0.53% | - |
| XYZ | 10.68 | 18.27 | 7.38 | - |
| YUV | 100.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 61 | 0.65 | 0 | 0.55 | 0.47 | 129.55 | 0.48 | 0.36 |
| Hex | 2F | 87 | 3D | 41 | 0 | 37 | 2F | 82 | 30 | 24 |
| Octal | 57 | 207 | 75 | 101 | 0 | 67 | 57 | 202 | 60 | 44 |
| Binary | 101111 | 10000111 | 111101 | 1000001 | 0 | 110111 | 101111 | 10000010 | 110000 | 100100 |
Color Harmonies of #2F873D
Complementary color
Monochromatic Colors of #2F873D
Black with #2F873D
Text Example
Text Example
White with #2F873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F873D; }
p { color: rgb(47,135,61); }
H1.HeaderClassName
{
color: #2F873D;
}
.AnyTagClassName
{
color: #2F873D;
}
</style>
background-color css
<style>
a { background-color: #2F873D; }
a { background-color: rgb(47,135,61); }
div.DivClassName
{
background-color: #2F873D;
}
.BgClassName
{
background-color: #2F873D;
}
</style>
border-color css
<style>
span { border-color: #2F873D; }
span { border-color: rgb(47,135,61); }
td.TdClassName
{
border-color: #2F873D;
}
.TagClassName
{
border-color: #2F873D;
}
</style>