Shades of Japanese Laurel #2F8F3B
Tints of Japanese Laurel #2F8F3B
RGB
CMYK
RGB Variations
Color information
#2F8F3B (or 0x2F8F3B) is known color: Japanese Laurel. HEX triplet: 2F, 8F and 3B. RGB value is (47,143,59). Sum of RGB (Red+Green+Blue) = 47+143+59=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8F3B is #D070C4. Grayscale: #686868. Windows color (decimal): -13660357 or 3903279. OLE color: 3903279.
HSL color Cylindrical-coordinate representation of color #2F8F3B: hue angle of 127.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8F3B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 143 | 59 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.44 |
| HSL | 127.5º | 0.51% | 0.37% | - |
| HSV(B) | 127.5º | 0.67% | 0.56% | - |
| XYZ | 11.78 | 20.57 | 7.49 | - |
| YUV | 104.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 59 | 0.67 | 0 | 0.59 | 0.44 | 127.5 | 0.51 | 0.37 |
| Hex | 2F | 8F | 3B | 43 | 0 | 3B | 2C | 80 | 33 | 25 |
| Octal | 57 | 217 | 73 | 103 | 0 | 73 | 54 | 200 | 63 | 45 |
| Binary | 101111 | 10001111 | 111011 | 1000011 | 0 | 111011 | 101100 | 10000000 | 110011 | 100101 |
Color Harmonies of #2F8F3B
Complementary color
Monochromatic Colors of #2F8F3B
Black with #2F8F3B
Text Example
Text Example
White with #2F8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F3B; }
p { color: rgb(47,143,59); }
H1.HeaderClassName
{
color: #2F8F3B;
}
.AnyTagClassName
{
color: #2F8F3B;
}
</style>
background-color css
<style>
a { background-color: #2F8F3B; }
a { background-color: rgb(47,143,59); }
div.DivClassName
{
background-color: #2F8F3B;
}
.BgClassName
{
background-color: #2F8F3B;
}
</style>
border-color css
<style>
span { border-color: #2F8F3B; }
span { border-color: rgb(47,143,59); }
td.TdClassName
{
border-color: #2F8F3B;
}
.TagClassName
{
border-color: #2F8F3B;
}
</style>