Shades of Japanese Laurel #2B7022
Tints of Japanese Laurel #2B7022
RGB
CMYK
RGB Variations
Color information
#2B7022 (or 0x2B7022) is known color: Japanese Laurel. HEX triplet: 2B, 70 and 22. RGB value is (43,112,34). Sum of RGB (Red+Green+Blue) = 43+112+34=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7022 is #D48FDD. Grayscale: #525252. Windows color (decimal): -13930462 or 2256939. OLE color: 2256939.
HSL color Cylindrical-coordinate representation of color #2B7022: hue angle of 113.08º degrees, saturation: 0.53, 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 #2B7022 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 34 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.56 |
| HSL | 113.08º | 0.53% | 0.29% | - |
| HSV(B) | 113.08º | 0.7% | 0.44% | - |
| XYZ | 7.08 | 12.22 | 3.5 | - |
| YUV | 82.48 | 100.64 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 34 | 0.62 | 0 | 0.70 | 0.56 | 113.08 | 0.53 | 0.29 |
| Hex | 2B | 70 | 22 | 3E | 0 | 46 | 38 | 71 | 35 | 1D |
| Octal | 53 | 160 | 42 | 76 | 0 | 106 | 70 | 161 | 65 | 35 |
| Binary | 101011 | 1110000 | 100010 | 111110 | 0 | 1000110 | 111000 | 1110001 | 110101 | 11101 |
Color Harmonies of #2B7022
Complementary color
Monochromatic Colors of #2B7022
Black with #2B7022
Text Example
Text Example
White with #2B7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7022; }
p { color: rgb(43,112,34); }
H1.HeaderClassName
{
color: #2B7022;
}
.AnyTagClassName
{
color: #2B7022;
}
</style>
background-color css
<style>
a { background-color: #2B7022; }
a { background-color: rgb(43,112,34); }
div.DivClassName
{
background-color: #2B7022;
}
.BgClassName
{
background-color: #2B7022;
}
</style>
border-color css
<style>
span { border-color: #2B7022; }
span { border-color: rgb(43,112,34); }
td.TdClassName
{
border-color: #2B7022;
}
.TagClassName
{
border-color: #2B7022;
}
</style>