Shades of Japanese Laurel #2F7833
Tints of Japanese Laurel #2F7833
RGB
CMYK
RGB Variations
Color information
#2F7833 (or 0x2F7833) is known color: Japanese Laurel. HEX triplet: 2F, 78 and 33. RGB value is (47,120,51). Sum of RGB (Red+Green+Blue) = 47+120+51=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7833 is #D087CC. Grayscale: #5A5A5A. Windows color (decimal): -13666253 or 3373103. OLE color: 3373103.
HSL color Cylindrical-coordinate representation of color #2F7833: hue angle of 123.29º 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 #2F7833 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 120 | 51 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.53 |
| HSL | 123.29º | 0.44% | 0.33% | - |
| HSV(B) | 123.29º | 0.61% | 0.47% | - |
| XYZ | 8.49 | 14.28 | 5.44 | - |
| YUV | 90.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 120 | 51 | 0.61 | 0 | 0.58 | 0.53 | 123.29 | 0.44 | 0.33 |
| Hex | 2F | 78 | 33 | 3D | 0 | 3A | 35 | 7B | 2C | 21 |
| Octal | 57 | 170 | 63 | 75 | 0 | 72 | 65 | 173 | 54 | 41 |
| Binary | 101111 | 1111000 | 110011 | 111101 | 0 | 111010 | 110101 | 1111011 | 101100 | 100001 |
Color Harmonies of #2F7833
Complementary color
Monochromatic Colors of #2F7833
Black with #2F7833
Text Example
Text Example
White with #2F7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7833; }
p { color: rgb(47,120,51); }
H1.HeaderClassName
{
color: #2F7833;
}
.AnyTagClassName
{
color: #2F7833;
}
</style>
background-color css
<style>
a { background-color: #2F7833; }
a { background-color: rgb(47,120,51); }
div.DivClassName
{
background-color: #2F7833;
}
.BgClassName
{
background-color: #2F7833;
}
</style>
border-color css
<style>
span { border-color: #2F7833; }
span { border-color: rgb(47,120,51); }
td.TdClassName
{
border-color: #2F7833;
}
.TagClassName
{
border-color: #2F7833;
}
</style>