Shades of Japanese Laurel #2F872F
Tints of Japanese Laurel #2F872F
RGB
CMYK
RGB Variations
Color information
#2F872F (or 0x2F872F) is known color: Japanese Laurel. HEX triplet: 2F, 87 and 2F. RGB value is (47,135,47). Sum of RGB (Red+Green+Blue) = 47+135+47=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #2F872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F872F is #D078D0. Grayscale: #626262. Windows color (decimal): -13662417 or 3114799. OLE color: 3114799.
HSL color Cylindrical-coordinate representation of color #2F872F: hue angle of 120º 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 #2F872F is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 47 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.47 |
| HSL | 120º | 0.48% | 0.36% | - |
| HSV(B) | 120º | 0.65% | 0.53% | - |
| XYZ | 10.35 | 18.14 | 5.64 | - |
| YUV | 98.66 | 98.85 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 47 | 0.65 | 0 | 0.65 | 0.47 | 120 | 0.48 | 0.36 |
| Hex | 2F | 87 | 2F | 41 | 0 | 41 | 2F | 78 | 30 | 24 |
| Octal | 57 | 207 | 57 | 101 | 0 | 101 | 57 | 170 | 60 | 44 |
| Binary | 101111 | 10000111 | 101111 | 1000001 | 0 | 1000001 | 101111 | 1111000 | 110000 | 100100 |
Color Harmonies of #2F872F
Complementary color
Monochromatic Colors of #2F872F
Black with #2F872F
Text Example
Text Example
White with #2F872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F872F; }
p { color: rgb(47,135,47); }
H1.HeaderClassName
{
color: #2F872F;
}
.AnyTagClassName
{
color: #2F872F;
}
</style>
background-color css
<style>
a { background-color: #2F872F; }
a { background-color: rgb(47,135,47); }
div.DivClassName
{
background-color: #2F872F;
}
.BgClassName
{
background-color: #2F872F;
}
</style>
border-color css
<style>
span { border-color: #2F872F; }
span { border-color: rgb(47,135,47); }
td.TdClassName
{
border-color: #2F872F;
}
.TagClassName
{
border-color: #2F872F;
}
</style>