Shades of Japanese Laurel #2B863B
Tints of Japanese Laurel #2B863B
RGB
CMYK
RGB Variations
Color information
#2B863B (or 0x2B863B) is known color: Japanese Laurel. HEX triplet: 2B, 86 and 3B. RGB value is (43,134,59). Sum of RGB (Red+Green+Blue) = 43+134+59=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #2B863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B863B is #D479C4. Grayscale: #626262. Windows color (decimal): -13924805 or 3900971. OLE color: 3900971.
HSL color Cylindrical-coordinate representation of color #2B863B: hue angle of 130.55º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B863B is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 59 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.47 |
| HSL | 130.55º | 0.51% | 0.35% | - |
| HSV(B) | 130.55º | 0.68% | 0.53% | - |
| XYZ | 10.31 | 17.88 | 7.05 | - |
| YUV | 98.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 59 | 0.68 | 0 | 0.56 | 0.47 | 130.55 | 0.51 | 0.35 |
| Hex | 2B | 86 | 3B | 44 | 0 | 38 | 2F | 83 | 33 | 23 |
| Octal | 53 | 206 | 73 | 104 | 0 | 70 | 57 | 203 | 63 | 43 |
| Binary | 101011 | 10000110 | 111011 | 1000100 | 0 | 111000 | 101111 | 10000011 | 110011 | 100011 |
Color Harmonies of #2B863B
Complementary color
Monochromatic Colors of #2B863B
Black with #2B863B
Text Example
Text Example
White with #2B863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B863B; }
p { color: rgb(43,134,59); }
H1.HeaderClassName
{
color: #2B863B;
}
.AnyTagClassName
{
color: #2B863B;
}
</style>
background-color css
<style>
a { background-color: #2B863B; }
a { background-color: rgb(43,134,59); }
div.DivClassName
{
background-color: #2B863B;
}
.BgClassName
{
background-color: #2B863B;
}
</style>
border-color css
<style>
span { border-color: #2B863B; }
span { border-color: rgb(43,134,59); }
td.TdClassName
{
border-color: #2B863B;
}
.TagClassName
{
border-color: #2B863B;
}
</style>