Shades of Japanese Laurel #2B722B
Tints of Japanese Laurel #2B722B
RGB
CMYK
RGB Variations
Color information
#2B722B (or 0x2B722B) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 2B. RGB value is (43,114,43). Sum of RGB (Red+Green+Blue) = 43+114+43=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #2B722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B722B is #D48DD4. Grayscale: #545454. Windows color (decimal): -13929941 or 2847275. OLE color: 2847275.
HSL color Cylindrical-coordinate representation of color #2B722B: hue angle of 120º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B722B is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 43 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.55 |
| HSL | 120º | 0.45% | 0.31% | - |
| HSV(B) | 120º | 0.62% | 0.45% | - |
| XYZ | 7.45 | 12.72 | 4.35 | - |
| YUV | 84.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 43 | 0.62 | 0 | 0.62 | 0.55 | 120 | 0.45 | 0.31 |
| Hex | 2B | 72 | 2B | 3E | 0 | 3E | 37 | 78 | 2D | 1F |
| Octal | 53 | 162 | 53 | 76 | 0 | 76 | 67 | 170 | 55 | 37 |
| Binary | 101011 | 1110010 | 101011 | 111110 | 0 | 111110 | 110111 | 1111000 | 101101 | 11111 |
Color Harmonies of #2B722B
Complementary color
Monochromatic Colors of #2B722B
Black with #2B722B
Text Example
Text Example
White with #2B722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B722B; }
p { color: rgb(43,114,43); }
H1.HeaderClassName
{
color: #2B722B;
}
.AnyTagClassName
{
color: #2B722B;
}
</style>
background-color css
<style>
a { background-color: #2B722B; }
a { background-color: rgb(43,114,43); }
div.DivClassName
{
background-color: #2B722B;
}
.BgClassName
{
background-color: #2B722B;
}
</style>
border-color css
<style>
span { border-color: #2B722B; }
span { border-color: rgb(43,114,43); }
td.TdClassName
{
border-color: #2B722B;
}
.TagClassName
{
border-color: #2B722B;
}
</style>