Shades of Japanese Laurel #2F772D
Tints of Japanese Laurel #2F772D
RGB
CMYK
RGB Variations
Color information
#2F772D (or 0x2F772D) is known color: Japanese Laurel. HEX triplet: 2F, 77 and 2D. RGB value is (47,119,45). Sum of RGB (Red+Green+Blue) = 47+119+45=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #2F772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F772D is #D088D2. Grayscale: #595959. Windows color (decimal): -13666515 or 2979631. OLE color: 2979631.
HSL color Cylindrical-coordinate representation of color #2F772D: hue angle of 118.38º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F772D is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 45 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.53 |
| HSL | 118.38º | 0.45% | 0.32% | - |
| HSV(B) | 118.38º | 0.62% | 0.47% | - |
| XYZ | 8.24 | 13.99 | 4.75 | - |
| YUV | 89.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 45 | 0.61 | 0 | 0.62 | 0.53 | 118.38 | 0.45 | 0.32 |
| Hex | 2F | 77 | 2D | 3D | 0 | 3E | 35 | 76 | 2D | 20 |
| Octal | 57 | 167 | 55 | 75 | 0 | 76 | 65 | 166 | 55 | 40 |
| Binary | 101111 | 1110111 | 101101 | 111101 | 0 | 111110 | 110101 | 1110110 | 101101 | 100000 |
Color Harmonies of #2F772D
Complementary color
Monochromatic Colors of #2F772D
Black with #2F772D
Text Example
Text Example
White with #2F772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F772D; }
p { color: rgb(47,119,45); }
H1.HeaderClassName
{
color: #2F772D;
}
.AnyTagClassName
{
color: #2F772D;
}
</style>
background-color css
<style>
a { background-color: #2F772D; }
a { background-color: rgb(47,119,45); }
div.DivClassName
{
background-color: #2F772D;
}
.BgClassName
{
background-color: #2F772D;
}
</style>
border-color css
<style>
span { border-color: #2F772D; }
span { border-color: rgb(47,119,45); }
td.TdClassName
{
border-color: #2F772D;
}
.TagClassName
{
border-color: #2F772D;
}
</style>