Shades of Japanese Laurel #2B722A
Tints of Japanese Laurel #2B722A
RGB
CMYK
RGB Variations
Color information
#2B722A (or 0x2B722A) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 2A. RGB value is (43,114,42). Sum of RGB (Red+Green+Blue) = 43+114+42=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #2B722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B722A is #D48DD5. Grayscale: #545454. Windows color (decimal): -13929942 or 2781739. OLE color: 2781739.
HSL color Cylindrical-coordinate representation of color #2B722A: hue angle of 119.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B722A is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 42 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.55 |
| HSL | 119.17º | 0.46% | 0.31% | - |
| HSV(B) | 119.17º | 0.63% | 0.45% | - |
| XYZ | 7.43 | 12.72 | 4.25 | - |
| YUV | 84.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 42 | 0.62 | 0 | 0.63 | 0.55 | 119.17 | 0.46 | 0.31 |
| Hex | 2B | 72 | 2A | 3E | 0 | 3F | 37 | 77 | 2E | 1F |
| Octal | 53 | 162 | 52 | 76 | 0 | 77 | 67 | 167 | 56 | 37 |
| Binary | 101011 | 1110010 | 101010 | 111110 | 0 | 111111 | 110111 | 1110111 | 101110 | 11111 |
Color Harmonies of #2B722A
Complementary color
Monochromatic Colors of #2B722A
Black with #2B722A
Text Example
Text Example
White with #2B722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B722A; }
p { color: rgb(43,114,42); }
H1.HeaderClassName
{
color: #2B722A;
}
.AnyTagClassName
{
color: #2B722A;
}
</style>
background-color css
<style>
a { background-color: #2B722A; }
a { background-color: rgb(43,114,42); }
div.DivClassName
{
background-color: #2B722A;
}
.BgClassName
{
background-color: #2B722A;
}
</style>
border-color css
<style>
span { border-color: #2B722A; }
span { border-color: rgb(43,114,42); }
td.TdClassName
{
border-color: #2B722A;
}
.TagClassName
{
border-color: #2B722A;
}
</style>