Shades of Japanese Laurel #2B8440
Tints of Japanese Laurel #2B8440
RGB
CMYK
RGB Variations
Color information
#2B8440 (or 0x2B8440) is known color: Japanese Laurel. HEX triplet: 2B, 84 and 40. RGB value is (43,132,64). Sum of RGB (Red+Green+Blue) = 43+132+64=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8440 is #D47BBF. Grayscale: #616161. Windows color (decimal): -13925312 or 4228139. OLE color: 4228139.
HSL color Cylindrical-coordinate representation of color #2B8440: hue angle of 134.16º 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 #2B8440 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 64 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.48 |
| HSL | 134.16º | 0.51% | 0.34% | - |
| HSV(B) | 134.16º | 0.67% | 0.52% | - |
| XYZ | 10.17 | 17.39 | 7.67 | - |
| YUV | 97.64 | 109.01 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 64 | 0.67 | 0 | 0.52 | 0.48 | 134.16 | 0.51 | 0.34 |
| Hex | 2B | 84 | 40 | 43 | 0 | 34 | 30 | 86 | 33 | 22 |
| Octal | 53 | 204 | 100 | 103 | 0 | 64 | 60 | 206 | 63 | 42 |
| Binary | 101011 | 10000100 | 1000000 | 1000011 | 0 | 110100 | 110000 | 10000110 | 110011 | 100010 |
Color Harmonies of #2B8440
Complementary color
Monochromatic Colors of #2B8440
Black with #2B8440
Text Example
Text Example
White with #2B8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8440; }
p { color: rgb(43,132,64); }
H1.HeaderClassName
{
color: #2B8440;
}
.AnyTagClassName
{
color: #2B8440;
}
</style>
background-color css
<style>
a { background-color: #2B8440; }
a { background-color: rgb(43,132,64); }
div.DivClassName
{
background-color: #2B8440;
}
.BgClassName
{
background-color: #2B8440;
}
</style>
border-color css
<style>
span { border-color: #2B8440; }
span { border-color: rgb(43,132,64); }
td.TdClassName
{
border-color: #2B8440;
}
.TagClassName
{
border-color: #2B8440;
}
</style>