Shades of Japanese Laurel #2F802E
Tints of Japanese Laurel #2F802E
RGB
CMYK
RGB Variations
Color information
#2F802E (or 0x2F802E) is known color: Japanese Laurel. HEX triplet: 2F, 80 and 2E. RGB value is (47,128,46). Sum of RGB (Red+Green+Blue) = 47+128+46=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #2F802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F802E is #D07FD1. Grayscale: #5E5E5E. Windows color (decimal): -13664210 or 3047471. OLE color: 3047471.
HSL color Cylindrical-coordinate representation of color #2F802E: hue angle of 119.27º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F802E is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 128 | 46 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.50 |
| HSL | 119.27º | 0.47% | 0.34% | - |
| HSV(B) | 119.27º | 0.64% | 0.5% | - |
| XYZ | 9.38 | 16.24 | 5.22 | - |
| YUV | 94.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 46 | 0.63 | 0 | 0.64 | 0.50 | 119.27 | 0.47 | 0.34 |
| Hex | 2F | 80 | 2E | 3F | 0 | 40 | 32 | 77 | 2F | 22 |
| Octal | 57 | 200 | 56 | 77 | 0 | 100 | 62 | 167 | 57 | 42 |
| Binary | 101111 | 10000000 | 101110 | 111111 | 0 | 1000000 | 110010 | 1110111 | 101111 | 100010 |
Color Harmonies of #2F802E
Complementary color
Monochromatic Colors of #2F802E
Black with #2F802E
Text Example
Text Example
White with #2F802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F802E; }
p { color: rgb(47,128,46); }
H1.HeaderClassName
{
color: #2F802E;
}
.AnyTagClassName
{
color: #2F802E;
}
</style>
background-color css
<style>
a { background-color: #2F802E; }
a { background-color: rgb(47,128,46); }
div.DivClassName
{
background-color: #2F802E;
}
.BgClassName
{
background-color: #2F802E;
}
</style>
border-color css
<style>
span { border-color: #2F802E; }
span { border-color: rgb(47,128,46); }
td.TdClassName
{
border-color: #2F802E;
}
.TagClassName
{
border-color: #2F802E;
}
</style>