Shades of Japanese Laurel #2B7732
Tints of Japanese Laurel #2B7732
RGB
CMYK
RGB Variations
Color information
#2B7732 (or 0x2B7732) is known color: Japanese Laurel. HEX triplet: 2B, 77 and 32. RGB value is (43,119,50). Sum of RGB (Red+Green+Blue) = 43+119+50=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7732 is #D488CD. Grayscale: #585858. Windows color (decimal): -13928654 or 3307307. OLE color: 3307307.
HSL color Cylindrical-coordinate representation of color #2B7732: hue angle of 125.53º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7732 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 50 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.53 |
| HSL | 125.53º | 0.47% | 0.32% | - |
| HSV(B) | 125.53º | 0.64% | 0.47% | - |
| XYZ | 8.17 | 13.94 | 5.28 | - |
| YUV | 88.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 50 | 0.64 | 0 | 0.58 | 0.53 | 125.53 | 0.47 | 0.32 |
| Hex | 2B | 77 | 32 | 40 | 0 | 3A | 35 | 7E | 2F | 20 |
| Octal | 53 | 167 | 62 | 100 | 0 | 72 | 65 | 176 | 57 | 40 |
| Binary | 101011 | 1110111 | 110010 | 1000000 | 0 | 111010 | 110101 | 1111110 | 101111 | 100000 |
Color Harmonies of #2B7732
Complementary color
Monochromatic Colors of #2B7732
Black with #2B7732
Text Example
Text Example
White with #2B7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7732; }
p { color: rgb(43,119,50); }
H1.HeaderClassName
{
color: #2B7732;
}
.AnyTagClassName
{
color: #2B7732;
}
</style>
background-color css
<style>
a { background-color: #2B7732; }
a { background-color: rgb(43,119,50); }
div.DivClassName
{
background-color: #2B7732;
}
.BgClassName
{
background-color: #2B7732;
}
</style>
border-color css
<style>
span { border-color: #2B7732; }
span { border-color: rgb(43,119,50); }
td.TdClassName
{
border-color: #2B7732;
}
.TagClassName
{
border-color: #2B7732;
}
</style>