Shades of Japanese Laurel #2B843D
Tints of Japanese Laurel #2B843D
RGB
CMYK
RGB Variations
Color information
#2B843D (or 0x2B843D) is known color: Japanese Laurel. HEX triplet: 2B, 84 and 3D. RGB value is (43,132,61). Sum of RGB (Red+Green+Blue) = 43+132+61=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #2B843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B843D is #D47BC2. Grayscale: #616161. Windows color (decimal): -13925315 or 4031531. OLE color: 4031531.
HSL color Cylindrical-coordinate representation of color #2B843D: hue angle of 132.13º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B843D is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 61 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.48 |
| HSL | 132.13º | 0.51% | 0.34% | - |
| HSV(B) | 132.13º | 0.67% | 0.52% | - |
| XYZ | 10.09 | 17.35 | 7.23 | - |
| YUV | 97.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 61 | 0.67 | 0 | 0.54 | 0.48 | 132.13 | 0.51 | 0.34 |
| Hex | 2B | 84 | 3D | 43 | 0 | 36 | 30 | 84 | 33 | 22 |
| Octal | 53 | 204 | 75 | 103 | 0 | 66 | 60 | 204 | 63 | 42 |
| Binary | 101011 | 10000100 | 111101 | 1000011 | 0 | 110110 | 110000 | 10000100 | 110011 | 100010 |
Color Harmonies of #2B843D
Complementary color
Monochromatic Colors of #2B843D
Black with #2B843D
Text Example
Text Example
White with #2B843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B843D; }
p { color: rgb(43,132,61); }
H1.HeaderClassName
{
color: #2B843D;
}
.AnyTagClassName
{
color: #2B843D;
}
</style>
background-color css
<style>
a { background-color: #2B843D; }
a { background-color: rgb(43,132,61); }
div.DivClassName
{
background-color: #2B843D;
}
.BgClassName
{
background-color: #2B843D;
}
</style>
border-color css
<style>
span { border-color: #2B843D; }
span { border-color: rgb(43,132,61); }
td.TdClassName
{
border-color: #2B843D;
}
.TagClassName
{
border-color: #2B843D;
}
</style>