Shades of Japanese Laurel #2B8240
Tints of Japanese Laurel #2B8240
RGB
CMYK
RGB Variations
Color information
#2B8240 (or 0x2B8240) is known color: Japanese Laurel. HEX triplet: 2B, 82 and 40. RGB value is (43,130,64). Sum of RGB (Red+Green+Blue) = 43+130+64=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8240 is #D47DBF. Grayscale: #606060. Windows color (decimal): -13925824 or 4227627. OLE color: 4227627.
HSL color Cylindrical-coordinate representation of color #2B8240: hue angle of 134.48º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8240 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 64 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.49 |
| HSL | 134.48º | 0.5% | 0.34% | - |
| HSV(B) | 134.48º | 0.67% | 0.51% | - |
| XYZ | 9.9 | 16.85 | 7.58 | - |
| YUV | 96.46 | 109.68 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 64 | 0.67 | 0 | 0.51 | 0.49 | 134.48 | 0.5 | 0.34 |
| Hex | 2B | 82 | 40 | 43 | 0 | 33 | 31 | 86 | 32 | 22 |
| Octal | 53 | 202 | 100 | 103 | 0 | 63 | 61 | 206 | 62 | 42 |
| Binary | 101011 | 10000010 | 1000000 | 1000011 | 0 | 110011 | 110001 | 10000110 | 110010 | 100010 |
Color Harmonies of #2B8240
Complementary color
Monochromatic Colors of #2B8240
Black with #2B8240
Text Example
Text Example
White with #2B8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8240; }
p { color: rgb(43,130,64); }
H1.HeaderClassName
{
color: #2B8240;
}
.AnyTagClassName
{
color: #2B8240;
}
</style>
background-color css
<style>
a { background-color: #2B8240; }
a { background-color: rgb(43,130,64); }
div.DivClassName
{
background-color: #2B8240;
}
.BgClassName
{
background-color: #2B8240;
}
</style>
border-color css
<style>
span { border-color: #2B8240; }
span { border-color: rgb(43,130,64); }
td.TdClassName
{
border-color: #2B8240;
}
.TagClassName
{
border-color: #2B8240;
}
</style>