Shades of Japanese Laurel #2F8836
Tints of Japanese Laurel #2F8836
RGB
CMYK
RGB Variations
Color information
#2F8836 (or 0x2F8836) is known color: Japanese Laurel. HEX triplet: 2F, 88 and 36. RGB value is (47,136,54). Sum of RGB (Red+Green+Blue) = 47+136+54=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8836 is #D077C9. Grayscale: #646464. Windows color (decimal): -13662154 or 3573807. OLE color: 3573807.
HSL color Cylindrical-coordinate representation of color #2F8836: hue angle of 124.72º 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 #2F8836 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 54 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.47 |
| HSL | 124.72º | 0.49% | 0.36% | - |
| HSV(B) | 124.72º | 0.65% | 0.53% | - |
| XYZ | 10.64 | 18.48 | 6.5 | - |
| YUV | 100.04 | 102.01 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 54 | 0.65 | 0 | 0.60 | 0.47 | 124.72 | 0.49 | 0.36 |
| Hex | 2F | 88 | 36 | 41 | 0 | 3C | 2F | 7D | 31 | 24 |
| Octal | 57 | 210 | 66 | 101 | 0 | 74 | 57 | 175 | 61 | 44 |
| Binary | 101111 | 10001000 | 110110 | 1000001 | 0 | 111100 | 101111 | 1111101 | 110001 | 100100 |
Color Harmonies of #2F8836
Complementary color
Monochromatic Colors of #2F8836
Black with #2F8836
Text Example
Text Example
White with #2F8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8836; }
p { color: rgb(47,136,54); }
H1.HeaderClassName
{
color: #2F8836;
}
.AnyTagClassName
{
color: #2F8836;
}
</style>
background-color css
<style>
a { background-color: #2F8836; }
a { background-color: rgb(47,136,54); }
div.DivClassName
{
background-color: #2F8836;
}
.BgClassName
{
background-color: #2F8836;
}
</style>
border-color css
<style>
span { border-color: #2F8836; }
span { border-color: rgb(47,136,54); }
td.TdClassName
{
border-color: #2F8836;
}
.TagClassName
{
border-color: #2F8836;
}
</style>