Shades of Japanese Laurel #2B7835
Tints of Japanese Laurel #2B7835
RGB
CMYK
RGB Variations
Color information
#2B7835 (or 0x2B7835) is known color: Japanese Laurel. HEX triplet: 2B, 78 and 35. RGB value is (43,120,53). Sum of RGB (Red+Green+Blue) = 43+120+53=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7835 is #D487CA. Grayscale: #595959. Windows color (decimal): -13928395 or 3504171. OLE color: 3504171.
HSL color Cylindrical-coordinate representation of color #2B7835: hue angle of 127.79º 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 #2B7835 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 53 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.53 |
| HSL | 127.79º | 0.47% | 0.32% | - |
| HSV(B) | 127.79º | 0.64% | 0.47% | - |
| XYZ | 8.36 | 14.2 | 5.67 | - |
| YUV | 89.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 53 | 0.64 | 0 | 0.56 | 0.53 | 127.79 | 0.47 | 0.32 |
| Hex | 2B | 78 | 35 | 40 | 0 | 38 | 35 | 80 | 2F | 20 |
| Octal | 53 | 170 | 65 | 100 | 0 | 70 | 65 | 200 | 57 | 40 |
| Binary | 101011 | 1111000 | 110101 | 1000000 | 0 | 111000 | 110101 | 10000000 | 101111 | 100000 |
Color Harmonies of #2B7835
Complementary color
Monochromatic Colors of #2B7835
Black with #2B7835
Text Example
Text Example
White with #2B7835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7835; }
p { color: rgb(43,120,53); }
H1.HeaderClassName
{
color: #2B7835;
}
.AnyTagClassName
{
color: #2B7835;
}
</style>
background-color css
<style>
a { background-color: #2B7835; }
a { background-color: rgb(43,120,53); }
div.DivClassName
{
background-color: #2B7835;
}
.BgClassName
{
background-color: #2B7835;
}
</style>
border-color css
<style>
span { border-color: #2B7835; }
span { border-color: rgb(43,120,53); }
td.TdClassName
{
border-color: #2B7835;
}
.TagClassName
{
border-color: #2B7835;
}
</style>