Shades of Japanese Laurel #2B7421
Tints of Japanese Laurel #2B7421
RGB
CMYK
RGB Variations
Color information
#2B7421 (or 0x2B7421) is known color: Japanese Laurel. HEX triplet: 2B, 74 and 21. RGB value is (43,116,33). Sum of RGB (Red+Green+Blue) = 43+116+33=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7421 is #D48BDE. Grayscale: #545454. Windows color (decimal): -13929439 or 2192427. OLE color: 2192427.
HSL color Cylindrical-coordinate representation of color #2B7421: hue angle of 112.77º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7421 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 33 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.55 |
| HSL | 112.77º | 0.56% | 0.29% | - |
| HSV(B) | 112.77º | 0.72% | 0.45% | - |
| XYZ | 7.52 | 13.11 | 3.57 | - |
| YUV | 84.71 | 98.82 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 33 | 0.63 | 0 | 0.72 | 0.55 | 112.77 | 0.56 | 0.29 |
| Hex | 2B | 74 | 21 | 3F | 0 | 48 | 37 | 71 | 38 | 1D |
| Octal | 53 | 164 | 41 | 77 | 0 | 110 | 67 | 161 | 70 | 35 |
| Binary | 101011 | 1110100 | 100001 | 111111 | 0 | 1001000 | 110111 | 1110001 | 111000 | 11101 |
Color Harmonies of #2B7421
Complementary color
Monochromatic Colors of #2B7421
Black with #2B7421
Text Example
Text Example
White with #2B7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7421; }
p { color: rgb(43,116,33); }
H1.HeaderClassName
{
color: #2B7421;
}
.AnyTagClassName
{
color: #2B7421;
}
</style>
background-color css
<style>
a { background-color: #2B7421; }
a { background-color: rgb(43,116,33); }
div.DivClassName
{
background-color: #2B7421;
}
.BgClassName
{
background-color: #2B7421;
}
</style>
border-color css
<style>
span { border-color: #2B7421; }
span { border-color: rgb(43,116,33); }
td.TdClassName
{
border-color: #2B7421;
}
.TagClassName
{
border-color: #2B7421;
}
</style>