Shades of Japanese Laurel #2B7122
Tints of Japanese Laurel #2B7122
RGB
CMYK
RGB Variations
Color information
#2B7122 (or 0x2B7122) is known color: Japanese Laurel. HEX triplet: 2B, 71 and 22. RGB value is (43,113,34). Sum of RGB (Red+Green+Blue) = 43+113+34=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7122 is #D48EDD. Grayscale: #535353. Windows color (decimal): -13930206 or 2257195. OLE color: 2257195.
HSL color Cylindrical-coordinate representation of color #2B7122: hue angle of 113.16º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B7122 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 34 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.56 |
| HSL | 113.16º | 0.54% | 0.29% | - |
| HSV(B) | 113.16º | 0.7% | 0.44% | - |
| XYZ | 7.19 | 12.44 | 3.54 | - |
| YUV | 83.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 34 | 0.62 | 0 | 0.70 | 0.56 | 113.16 | 0.54 | 0.29 |
| Hex | 2B | 71 | 22 | 3E | 0 | 46 | 38 | 71 | 36 | 1D |
| Octal | 53 | 161 | 42 | 76 | 0 | 106 | 70 | 161 | 66 | 35 |
| Binary | 101011 | 1110001 | 100010 | 111110 | 0 | 1000110 | 111000 | 1110001 | 110110 | 11101 |
Color Harmonies of #2B7122
Complementary color
Monochromatic Colors of #2B7122
Black with #2B7122
Text Example
Text Example
White with #2B7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7122; }
p { color: rgb(43,113,34); }
H1.HeaderClassName
{
color: #2B7122;
}
.AnyTagClassName
{
color: #2B7122;
}
</style>
background-color css
<style>
a { background-color: #2B7122; }
a { background-color: rgb(43,113,34); }
div.DivClassName
{
background-color: #2B7122;
}
.BgClassName
{
background-color: #2B7122;
}
</style>
border-color css
<style>
span { border-color: #2B7122; }
span { border-color: rgb(43,113,34); }
td.TdClassName
{
border-color: #2B7122;
}
.TagClassName
{
border-color: #2B7122;
}
</style>