Shades of Japanese Laurel #2F7727
Tints of Japanese Laurel #2F7727
RGB
CMYK
RGB Variations
Color information
#2F7727 (or 0x2F7727) is known color: Japanese Laurel. HEX triplet: 2F, 77 and 27. RGB value is (47,119,39). Sum of RGB (Red+Green+Blue) = 47+119+39=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7727 is #D088D8. Grayscale: #585858. Windows color (decimal): -13666521 or 2586415. OLE color: 2586415.
HSL color Cylindrical-coordinate representation of color #2F7727: hue angle of 114º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F7727 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 39 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.53 |
| HSL | 114º | 0.51% | 0.31% | - |
| HSV(B) | 114º | 0.67% | 0.47% | - |
| XYZ | 8.14 | 13.94 | 4.18 | - |
| YUV | 88.35 | 100.15 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 39 | 0.61 | 0 | 0.67 | 0.53 | 114 | 0.51 | 0.31 |
| Hex | 2F | 77 | 27 | 3D | 0 | 43 | 35 | 72 | 33 | 1F |
| Octal | 57 | 167 | 47 | 75 | 0 | 103 | 65 | 162 | 63 | 37 |
| Binary | 101111 | 1110111 | 100111 | 111101 | 0 | 1000011 | 110101 | 1110010 | 110011 | 11111 |
Color Harmonies of #2F7727
Complementary color
Monochromatic Colors of #2F7727
Black with #2F7727
Text Example
Text Example
White with #2F7727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7727; }
p { color: rgb(47,119,39); }
H1.HeaderClassName
{
color: #2F7727;
}
.AnyTagClassName
{
color: #2F7727;
}
</style>
background-color css
<style>
a { background-color: #2F7727; }
a { background-color: rgb(47,119,39); }
div.DivClassName
{
background-color: #2F7727;
}
.BgClassName
{
background-color: #2F7727;
}
</style>
border-color css
<style>
span { border-color: #2F7727; }
span { border-color: rgb(47,119,39); }
td.TdClassName
{
border-color: #2F7727;
}
.TagClassName
{
border-color: #2F7727;
}
</style>