Shades of Japanese Laurel #2B893A
Tints of Japanese Laurel #2B893A
RGB
CMYK
RGB Variations
Color information
#2B893A (or 0x2B893A) is known color: Japanese Laurel. HEX triplet: 2B, 89 and 3A. RGB value is (43,137,58). Sum of RGB (Red+Green+Blue) = 43+137+58=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #2B893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B893A is #D476C5. Grayscale: #646464. Windows color (decimal): -13924038 or 3836203. OLE color: 3836203.
HSL color Cylindrical-coordinate representation of color #2B893A: hue angle of 129.57º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B893A is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 58 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.46 |
| HSL | 129.57º | 0.52% | 0.35% | - |
| HSV(B) | 129.57º | 0.69% | 0.54% | - |
| XYZ | 10.71 | 18.71 | 7.05 | - |
| YUV | 99.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 58 | 0.69 | 0 | 0.58 | 0.46 | 129.57 | 0.52 | 0.35 |
| Hex | 2B | 89 | 3A | 45 | 0 | 3A | 2E | 82 | 34 | 23 |
| Octal | 53 | 211 | 72 | 105 | 0 | 72 | 56 | 202 | 64 | 43 |
| Binary | 101011 | 10001001 | 111010 | 1000101 | 0 | 111010 | 101110 | 10000010 | 110100 | 100011 |
Color Harmonies of #2B893A
Complementary color
Monochromatic Colors of #2B893A
Black with #2B893A
Text Example
Text Example
White with #2B893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B893A; }
p { color: rgb(43,137,58); }
H1.HeaderClassName
{
color: #2B893A;
}
.AnyTagClassName
{
color: #2B893A;
}
</style>
background-color css
<style>
a { background-color: #2B893A; }
a { background-color: rgb(43,137,58); }
div.DivClassName
{
background-color: #2B893A;
}
.BgClassName
{
background-color: #2B893A;
}
</style>
border-color css
<style>
span { border-color: #2B893A; }
span { border-color: rgb(43,137,58); }
td.TdClassName
{
border-color: #2B893A;
}
.TagClassName
{
border-color: #2B893A;
}
</style>