Shades of Japanese Laurel #2F883F
Tints of Japanese Laurel #2F883F
RGB
CMYK
RGB Variations
Color information
#2F883F (or 0x2F883F) is known color: Japanese Laurel. HEX triplet: 2F, 88 and 3F. RGB value is (47,136,63). Sum of RGB (Red+Green+Blue) = 47+136+63=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #2F883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F883F is #D077C0. Grayscale: #656565. Windows color (decimal): -13662145 or 4163631. OLE color: 4163631.
HSL color Cylindrical-coordinate representation of color #2F883F: hue angle of 130.79º degrees, saturation: 0.49, 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 #2F883F is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 63 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.47 |
| HSL | 130.79º | 0.49% | 0.36% | - |
| HSV(B) | 130.79º | 0.65% | 0.53% | - |
| XYZ | 10.87 | 18.57 | 7.71 | - |
| YUV | 101.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 63 | 0.65 | 0 | 0.54 | 0.47 | 130.79 | 0.49 | 0.36 |
| Hex | 2F | 88 | 3F | 41 | 0 | 36 | 2F | 83 | 31 | 24 |
| Octal | 57 | 210 | 77 | 101 | 0 | 66 | 57 | 203 | 61 | 44 |
| Binary | 101111 | 10001000 | 111111 | 1000001 | 0 | 110110 | 101111 | 10000011 | 110001 | 100100 |
Color Harmonies of #2F883F
Complementary color
Monochromatic Colors of #2F883F
Black with #2F883F
Text Example
Text Example
White with #2F883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F883F; }
p { color: rgb(47,136,63); }
H1.HeaderClassName
{
color: #2F883F;
}
.AnyTagClassName
{
color: #2F883F;
}
</style>
background-color css
<style>
a { background-color: #2F883F; }
a { background-color: rgb(47,136,63); }
div.DivClassName
{
background-color: #2F883F;
}
.BgClassName
{
background-color: #2F883F;
}
</style>
border-color css
<style>
span { border-color: #2F883F; }
span { border-color: rgb(47,136,63); }
td.TdClassName
{
border-color: #2F883F;
}
.TagClassName
{
border-color: #2F883F;
}
</style>