Shades of Japanese Laurel #2B913E
Tints of Japanese Laurel #2B913E
RGB
CMYK
RGB Variations
Color information
#2B913E (or 0x2B913E) is known color: Japanese Laurel. HEX triplet: 2B, 91 and 3E. RGB value is (43,145,62). Sum of RGB (Red+Green+Blue) = 43+145+62=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #2B913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B913E is #D46EC1. Grayscale: #696969. Windows color (decimal): -13921986 or 4100395. OLE color: 4100395.
HSL color Cylindrical-coordinate representation of color #2B913E: hue angle of 131.18º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B913E is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 62 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.43 |
| HSL | 131.18º | 0.54% | 0.37% | - |
| HSV(B) | 131.18º | 0.7% | 0.57% | - |
| XYZ | 11.99 | 21.11 | 8 | - |
| YUV | 105.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 62 | 0.70 | 0 | 0.57 | 0.43 | 131.18 | 0.54 | 0.37 |
| Hex | 2B | 91 | 3E | 46 | 0 | 39 | 2B | 83 | 36 | 25 |
| Octal | 53 | 221 | 76 | 106 | 0 | 71 | 53 | 203 | 66 | 45 |
| Binary | 101011 | 10010001 | 111110 | 1000110 | 0 | 111001 | 101011 | 10000011 | 110110 | 100101 |
Color Harmonies of #2B913E
Complementary color
Monochromatic Colors of #2B913E
Black with #2B913E
Text Example
Text Example
White with #2B913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B913E; }
p { color: rgb(43,145,62); }
H1.HeaderClassName
{
color: #2B913E;
}
.AnyTagClassName
{
color: #2B913E;
}
</style>
background-color css
<style>
a { background-color: #2B913E; }
a { background-color: rgb(43,145,62); }
div.DivClassName
{
background-color: #2B913E;
}
.BgClassName
{
background-color: #2B913E;
}
</style>
border-color css
<style>
span { border-color: #2B913E; }
span { border-color: rgb(43,145,62); }
td.TdClassName
{
border-color: #2B913E;
}
.TagClassName
{
border-color: #2B913E;
}
</style>