Shades of Japanese Laurel #2B7224
Tints of Japanese Laurel #2B7224
RGB
CMYK
RGB Variations
Color information
#2B7224 (or 0x2B7224) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 24. RGB value is (43,114,36). Sum of RGB (Red+Green+Blue) = 43+114+36=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7224 is #D48DDB. Grayscale: #545454. Windows color (decimal): -13929948 or 2388523. OLE color: 2388523.
HSL color Cylindrical-coordinate representation of color #2B7224: hue angle of 114.62º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B7224 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 36 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.55 |
| HSL | 114.62º | 0.52% | 0.29% | - |
| HSV(B) | 114.62º | 0.68% | 0.45% | - |
| XYZ | 7.33 | 12.68 | 3.73 | - |
| YUV | 83.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 36 | 0.62 | 0 | 0.68 | 0.55 | 114.62 | 0.52 | 0.29 |
| Hex | 2B | 72 | 24 | 3E | 0 | 44 | 37 | 73 | 34 | 1D |
| Octal | 53 | 162 | 44 | 76 | 0 | 104 | 67 | 163 | 64 | 35 |
| Binary | 101011 | 1110010 | 100100 | 111110 | 0 | 1000100 | 110111 | 1110011 | 110100 | 11101 |
Color Harmonies of #2B7224
Complementary color
Monochromatic Colors of #2B7224
Black with #2B7224
Text Example
Text Example
White with #2B7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7224; }
p { color: rgb(43,114,36); }
H1.HeaderClassName
{
color: #2B7224;
}
.AnyTagClassName
{
color: #2B7224;
}
</style>
background-color css
<style>
a { background-color: #2B7224; }
a { background-color: rgb(43,114,36); }
div.DivClassName
{
background-color: #2B7224;
}
.BgClassName
{
background-color: #2B7224;
}
</style>
border-color css
<style>
span { border-color: #2B7224; }
span { border-color: rgb(43,114,36); }
td.TdClassName
{
border-color: #2B7224;
}
.TagClassName
{
border-color: #2B7224;
}
</style>