Shades of Japanese Laurel #2B732D
Tints of Japanese Laurel #2B732D
RGB
CMYK
RGB Variations
Color information
#2B732D (or 0x2B732D) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 2D. RGB value is (43,115,45). Sum of RGB (Red+Green+Blue) = 43+115+45=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #2B732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B732D is #D48CD2. Grayscale: #555555. Windows color (decimal): -13929683 or 2978603. OLE color: 2978603.
HSL color Cylindrical-coordinate representation of color #2B732D: hue angle of 121.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B732D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 45 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.55 |
| HSL | 121.67º | 0.46% | 0.31% | - |
| HSV(B) | 121.67º | 0.63% | 0.45% | - |
| XYZ | 7.6 | 12.96 | 4.58 | - |
| YUV | 85.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 45 | 0.63 | 0 | 0.61 | 0.55 | 121.67 | 0.46 | 0.31 |
| Hex | 2B | 73 | 2D | 3F | 0 | 3D | 37 | 7A | 2E | 1F |
| Octal | 53 | 163 | 55 | 77 | 0 | 75 | 67 | 172 | 56 | 37 |
| Binary | 101011 | 1110011 | 101101 | 111111 | 0 | 111101 | 110111 | 1111010 | 101110 | 11111 |
Color Harmonies of #2B732D
Complementary color
Monochromatic Colors of #2B732D
Black with #2B732D
Text Example
Text Example
White with #2B732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B732D; }
p { color: rgb(43,115,45); }
H1.HeaderClassName
{
color: #2B732D;
}
.AnyTagClassName
{
color: #2B732D;
}
</style>
background-color css
<style>
a { background-color: #2B732D; }
a { background-color: rgb(43,115,45); }
div.DivClassName
{
background-color: #2B732D;
}
.BgClassName
{
background-color: #2B732D;
}
</style>
border-color css
<style>
span { border-color: #2B732D; }
span { border-color: rgb(43,115,45); }
td.TdClassName
{
border-color: #2B732D;
}
.TagClassName
{
border-color: #2B732D;
}
</style>