Shades of Japanese Laurel #2B7321
Tints of Japanese Laurel #2B7321
RGB
CMYK
RGB Variations
Color information
#2B7321 (or 0x2B7321) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 21. RGB value is (43,115,33). Sum of RGB (Red+Green+Blue) = 43+115+33=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7321 is #D48CDE. Grayscale: #545454. Windows color (decimal): -13929695 or 2192171. OLE color: 2192171.
HSL color Cylindrical-coordinate representation of color #2B7321: hue angle of 112.68º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B7321 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 33 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.55 |
| HSL | 112.68º | 0.55% | 0.29% | - |
| HSV(B) | 112.68º | 0.71% | 0.45% | - |
| XYZ | 7.4 | 12.88 | 3.54 | - |
| YUV | 84.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 33 | 0.63 | 0 | 0.71 | 0.55 | 112.68 | 0.55 | 0.29 |
| Hex | 2B | 73 | 21 | 3F | 0 | 47 | 37 | 71 | 37 | 1D |
| Octal | 53 | 163 | 41 | 77 | 0 | 107 | 67 | 161 | 67 | 35 |
| Binary | 101011 | 1110011 | 100001 | 111111 | 0 | 1000111 | 110111 | 1110001 | 110111 | 11101 |
Color Harmonies of #2B7321
Complementary color
Monochromatic Colors of #2B7321
Black with #2B7321
Text Example
Text Example
White with #2B7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7321; }
p { color: rgb(43,115,33); }
H1.HeaderClassName
{
color: #2B7321;
}
.AnyTagClassName
{
color: #2B7321;
}
</style>
background-color css
<style>
a { background-color: #2B7321; }
a { background-color: rgb(43,115,33); }
div.DivClassName
{
background-color: #2B7321;
}
.BgClassName
{
background-color: #2B7321;
}
</style>
border-color css
<style>
span { border-color: #2B7321; }
span { border-color: rgb(43,115,33); }
td.TdClassName
{
border-color: #2B7321;
}
.TagClassName
{
border-color: #2B7321;
}
</style>