Shades of Japanese Laurel #2B772C
Tints of Japanese Laurel #2B772C
RGB
CMYK
RGB Variations
Color information
#2B772C (or 0x2B772C) is known color: Japanese Laurel. HEX triplet: 2B, 77 and 2C. RGB value is (43,119,44). Sum of RGB (Red+Green+Blue) = 43+119+44=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #2B772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B772C is #D488D3. Grayscale: #575757. Windows color (decimal): -13928660 or 2914091. OLE color: 2914091.
HSL color Cylindrical-coordinate representation of color #2B772C: hue angle of 120.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B772C is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 44 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.53 |
| HSL | 120.79º | 0.47% | 0.32% | - |
| HSV(B) | 120.79º | 0.64% | 0.47% | - |
| XYZ | 8.05 | 13.89 | 4.64 | - |
| YUV | 87.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 44 | 0.64 | 0 | 0.63 | 0.53 | 120.79 | 0.47 | 0.32 |
| Hex | 2B | 77 | 2C | 40 | 0 | 3F | 35 | 79 | 2F | 20 |
| Octal | 53 | 167 | 54 | 100 | 0 | 77 | 65 | 171 | 57 | 40 |
| Binary | 101011 | 1110111 | 101100 | 1000000 | 0 | 111111 | 110101 | 1111001 | 101111 | 100000 |
Color Harmonies of #2B772C
Complementary color
Monochromatic Colors of #2B772C
Black with #2B772C
Text Example
Text Example
White with #2B772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B772C; }
p { color: rgb(43,119,44); }
H1.HeaderClassName
{
color: #2B772C;
}
.AnyTagClassName
{
color: #2B772C;
}
</style>
background-color css
<style>
a { background-color: #2B772C; }
a { background-color: rgb(43,119,44); }
div.DivClassName
{
background-color: #2B772C;
}
.BgClassName
{
background-color: #2B772C;
}
</style>
border-color css
<style>
span { border-color: #2B772C; }
span { border-color: rgb(43,119,44); }
td.TdClassName
{
border-color: #2B772C;
}
.TagClassName
{
border-color: #2B772C;
}
</style>