Shades of Japanese Laurel #2B7721
Tints of Japanese Laurel #2B7721
RGB
CMYK
RGB Variations
Color information
#2B7721 (or 0x2B7721) is known color: Japanese Laurel. HEX triplet: 2B, 77 and 21. RGB value is (43,119,33). Sum of RGB (Red+Green+Blue) = 43+119+33=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7721 is #D488DE. Grayscale: #565656. Windows color (decimal): -13928671 or 2193195. OLE color: 2193195.
HSL color Cylindrical-coordinate representation of color #2B7721: hue angle of 113.02º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7721 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 33 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.53 |
| HSL | 113.02º | 0.57% | 0.3% | - |
| HSV(B) | 113.02º | 0.72% | 0.47% | - |
| XYZ | 7.87 | 13.82 | 3.69 | - |
| YUV | 86.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 33 | 0.64 | 0 | 0.72 | 0.53 | 113.02 | 0.57 | 0.3 |
| Hex | 2B | 77 | 21 | 40 | 0 | 48 | 35 | 71 | 39 | 1E |
| Octal | 53 | 167 | 41 | 100 | 0 | 110 | 65 | 161 | 71 | 36 |
| Binary | 101011 | 1110111 | 100001 | 1000000 | 0 | 1001000 | 110101 | 1110001 | 111001 | 11110 |
Color Harmonies of #2B7721
Complementary color
Monochromatic Colors of #2B7721
Black with #2B7721
Text Example
Text Example
White with #2B7721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7721; }
p { color: rgb(43,119,33); }
H1.HeaderClassName
{
color: #2B7721;
}
.AnyTagClassName
{
color: #2B7721;
}
</style>
background-color css
<style>
a { background-color: #2B7721; }
a { background-color: rgb(43,119,33); }
div.DivClassName
{
background-color: #2B7721;
}
.BgClassName
{
background-color: #2B7721;
}
</style>
border-color css
<style>
span { border-color: #2B7721; }
span { border-color: rgb(43,119,33); }
td.TdClassName
{
border-color: #2B7721;
}
.TagClassName
{
border-color: #2B7721;
}
</style>