Shades of Japanese Laurel #2B7935
Tints of Japanese Laurel #2B7935
RGB
CMYK
RGB Variations
Color information
#2B7935 (or 0x2B7935) is known color: Japanese Laurel. HEX triplet: 2B, 79 and 35. RGB value is (43,121,53). Sum of RGB (Red+Green+Blue) = 43+121+53=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7935 is #D486CA. Grayscale: #5A5A5A. Windows color (decimal): -13928139 or 3504427. OLE color: 3504427.
HSL color Cylindrical-coordinate representation of color #2B7935: hue angle of 127.69º degrees, saturation: 0.48, 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 #2B7935 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 53 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.53 |
| HSL | 127.69º | 0.48% | 0.32% | - |
| HSV(B) | 127.69º | 0.64% | 0.47% | - |
| XYZ | 8.48 | 14.45 | 5.71 | - |
| YUV | 89.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 53 | 0.64 | 0 | 0.56 | 0.53 | 127.69 | 0.48 | 0.32 |
| Hex | 2B | 79 | 35 | 40 | 0 | 38 | 35 | 80 | 30 | 20 |
| Octal | 53 | 171 | 65 | 100 | 0 | 70 | 65 | 200 | 60 | 40 |
| Binary | 101011 | 1111001 | 110101 | 1000000 | 0 | 111000 | 110101 | 10000000 | 110000 | 100000 |
Color Harmonies of #2B7935
Complementary color
Monochromatic Colors of #2B7935
Black with #2B7935
Text Example
Text Example
White with #2B7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7935; }
p { color: rgb(43,121,53); }
H1.HeaderClassName
{
color: #2B7935;
}
.AnyTagClassName
{
color: #2B7935;
}
</style>
background-color css
<style>
a { background-color: #2B7935; }
a { background-color: rgb(43,121,53); }
div.DivClassName
{
background-color: #2B7935;
}
.BgClassName
{
background-color: #2B7935;
}
</style>
border-color css
<style>
span { border-color: #2B7935; }
span { border-color: rgb(43,121,53); }
td.TdClassName
{
border-color: #2B7935;
}
.TagClassName
{
border-color: #2B7935;
}
</style>