Shades of Japanese Laurel #2B8D3E
Tints of Japanese Laurel #2B8D3E
RGB
CMYK
RGB Variations
Color information
#2B8D3E (or 0x2B8D3E) is known color: Japanese Laurel. HEX triplet: 2B, 8D and 3E. RGB value is (43,141,62). Sum of RGB (Red+Green+Blue) = 43+141+62=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8D3E is #D472C1. Grayscale: #666666. Windows color (decimal): -13923010 or 4099371. OLE color: 4099371.
HSL color Cylindrical-coordinate representation of color #2B8D3E: hue angle of 131.63º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D3E is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 62 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.45 |
| HSL | 131.63º | 0.53% | 0.36% | - |
| HSV(B) | 131.63º | 0.7% | 0.55% | - |
| XYZ | 11.39 | 19.91 | 7.8 | - |
| YUV | 102.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 62 | 0.70 | 0 | 0.56 | 0.45 | 131.63 | 0.53 | 0.36 |
| Hex | 2B | 8D | 3E | 46 | 0 | 38 | 2D | 84 | 35 | 24 |
| Octal | 53 | 215 | 76 | 106 | 0 | 70 | 55 | 204 | 65 | 44 |
| Binary | 101011 | 10001101 | 111110 | 1000110 | 0 | 111000 | 101101 | 10000100 | 110101 | 100100 |
Color Harmonies of #2B8D3E
Complementary color
Monochromatic Colors of #2B8D3E
Black with #2B8D3E
Text Example
Text Example
White with #2B8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D3E; }
p { color: rgb(43,141,62); }
H1.HeaderClassName
{
color: #2B8D3E;
}
.AnyTagClassName
{
color: #2B8D3E;
}
</style>
background-color css
<style>
a { background-color: #2B8D3E; }
a { background-color: rgb(43,141,62); }
div.DivClassName
{
background-color: #2B8D3E;
}
.BgClassName
{
background-color: #2B8D3E;
}
</style>
border-color css
<style>
span { border-color: #2B8D3E; }
span { border-color: rgb(43,141,62); }
td.TdClassName
{
border-color: #2B8D3E;
}
.TagClassName
{
border-color: #2B8D3E;
}
</style>