Shades of Japanese Laurel #2B732A
Tints of Japanese Laurel #2B732A
RGB
CMYK
RGB Variations
Color information
#2B732A (or 0x2B732A) is known color: Japanese Laurel. HEX triplet: 2B, 73 and 2A. RGB value is (43,115,42). Sum of RGB (Red+Green+Blue) = 43+115+42=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #2B732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B732A is #D48CD5. Grayscale: #555555. Windows color (decimal): -13929686 or 2781995. OLE color: 2781995.
HSL color Cylindrical-coordinate representation of color #2B732A: hue angle of 119.18º 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 #2B732A is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 42 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.55 |
| HSL | 119.18º | 0.46% | 0.31% | - |
| HSV(B) | 119.18º | 0.63% | 0.45% | - |
| XYZ | 7.54 | 12.94 | 4.29 | - |
| YUV | 85.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 42 | 0.63 | 0 | 0.63 | 0.55 | 119.18 | 0.46 | 0.31 |
| Hex | 2B | 73 | 2A | 3F | 0 | 3F | 37 | 77 | 2E | 1F |
| Octal | 53 | 163 | 52 | 77 | 0 | 77 | 67 | 167 | 56 | 37 |
| Binary | 101011 | 1110011 | 101010 | 111111 | 0 | 111111 | 110111 | 1110111 | 101110 | 11111 |
Color Harmonies of #2B732A
Complementary color
Monochromatic Colors of #2B732A
Black with #2B732A
Text Example
Text Example
White with #2B732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B732A; }
p { color: rgb(43,115,42); }
H1.HeaderClassName
{
color: #2B732A;
}
.AnyTagClassName
{
color: #2B732A;
}
</style>
background-color css
<style>
a { background-color: #2B732A; }
a { background-color: rgb(43,115,42); }
div.DivClassName
{
background-color: #2B732A;
}
.BgClassName
{
background-color: #2B732A;
}
</style>
border-color css
<style>
span { border-color: #2B732A; }
span { border-color: rgb(43,115,42); }
td.TdClassName
{
border-color: #2B732A;
}
.TagClassName
{
border-color: #2B732A;
}
</style>