Shades of Japanese Laurel #2F7831
Tints of Japanese Laurel #2F7831
RGB
CMYK
RGB Variations
Color information
#2F7831 (or 0x2F7831) is known color: Japanese Laurel. HEX triplet: 2F, 78 and 31. RGB value is (47,120,49). Sum of RGB (Red+Green+Blue) = 47+120+49=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7831 is #D087CE. Grayscale: #5A5A5A. Windows color (decimal): -13666255 or 3242031. OLE color: 3242031.
HSL color Cylindrical-coordinate representation of color #2F7831: hue angle of 121.64º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7831 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 49 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.53 |
| HSL | 121.64º | 0.44% | 0.33% | - |
| HSV(B) | 121.64º | 0.61% | 0.47% | - |
| XYZ | 8.44 | 14.26 | 5.21 | - |
| YUV | 90.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 49 | 0.61 | 0 | 0.59 | 0.53 | 121.64 | 0.44 | 0.33 |
| Hex | 2F | 78 | 31 | 3D | 0 | 3B | 35 | 7A | 2C | 21 |
| Octal | 57 | 170 | 61 | 75 | 0 | 73 | 65 | 172 | 54 | 41 |
| Binary | 101111 | 1111000 | 110001 | 111101 | 0 | 111011 | 110101 | 1111010 | 101100 | 100001 |
Color Harmonies of #2F7831
Complementary color
Monochromatic Colors of #2F7831
Black with #2F7831
Text Example
Text Example
White with #2F7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7831; }
p { color: rgb(47,120,49); }
H1.HeaderClassName
{
color: #2F7831;
}
.AnyTagClassName
{
color: #2F7831;
}
</style>
background-color css
<style>
a { background-color: #2F7831; }
a { background-color: rgb(47,120,49); }
div.DivClassName
{
background-color: #2F7831;
}
.BgClassName
{
background-color: #2F7831;
}
</style>
border-color css
<style>
span { border-color: #2F7831; }
span { border-color: rgb(47,120,49); }
td.TdClassName
{
border-color: #2F7831;
}
.TagClassName
{
border-color: #2F7831;
}
</style>