Shades of Japanese Laurel #2B8E3A
Tints of Japanese Laurel #2B8E3A
RGB
CMYK
RGB Variations
Color information
#2B8E3A (or 0x2B8E3A) is known color: Japanese Laurel. HEX triplet: 2B, 8E and 3A. RGB value is (43,142,58). Sum of RGB (Red+Green+Blue) = 43+142+58=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8E3A is #D471C5. Grayscale: #676767. Windows color (decimal): -13922758 or 3837483. OLE color: 3837483.
HSL color Cylindrical-coordinate representation of color #2B8E3A: hue angle of 129.09º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E3A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 142 | 58 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.44 |
| HSL | 129.09º | 0.54% | 0.36% | - |
| HSV(B) | 129.09º | 0.7% | 0.56% | - |
| XYZ | 11.43 | 20.17 | 7.29 | - |
| YUV | 102.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 142 | 58 | 0.70 | 0 | 0.59 | 0.44 | 129.09 | 0.54 | 0.36 |
| Hex | 2B | 8E | 3A | 46 | 0 | 3B | 2C | 81 | 36 | 24 |
| Octal | 53 | 216 | 72 | 106 | 0 | 73 | 54 | 201 | 66 | 44 |
| Binary | 101011 | 10001110 | 111010 | 1000110 | 0 | 111011 | 101100 | 10000001 | 110110 | 100100 |
Color Harmonies of #2B8E3A
Complementary color
Monochromatic Colors of #2B8E3A
Black with #2B8E3A
Text Example
Text Example
White with #2B8E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8E3A; }
p { color: rgb(43,142,58); }
H1.HeaderClassName
{
color: #2B8E3A;
}
.AnyTagClassName
{
color: #2B8E3A;
}
</style>
background-color css
<style>
a { background-color: #2B8E3A; }
a { background-color: rgb(43,142,58); }
div.DivClassName
{
background-color: #2B8E3A;
}
.BgClassName
{
background-color: #2B8E3A;
}
</style>
border-color css
<style>
span { border-color: #2B8E3A; }
span { border-color: rgb(43,142,58); }
td.TdClassName
{
border-color: #2B8E3A;
}
.TagClassName
{
border-color: #2B8E3A;
}
</style>