Shades of Japanese Laurel #2B7921
Tints of Japanese Laurel #2B7921
RGB
CMYK
RGB Variations
Color information
#2B7921 (or 0x2B7921) is known color: Japanese Laurel. HEX triplet: 2B, 79 and 21. RGB value is (43,121,33). Sum of RGB (Red+Green+Blue) = 43+121+33=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7921 is #D486DE. Grayscale: #575757. Windows color (decimal): -13928159 or 2193707. OLE color: 2193707.
HSL color Cylindrical-coordinate representation of color #2B7921: hue angle of 113.18º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B7921 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 33 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.53 |
| HSL | 113.18º | 0.57% | 0.3% | - |
| HSV(B) | 113.18º | 0.73% | 0.47% | - |
| XYZ | 8.11 | 14.3 | 3.77 | - |
| YUV | 87.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 33 | 0.64 | 0 | 0.73 | 0.53 | 113.18 | 0.57 | 0.3 |
| Hex | 2B | 79 | 21 | 40 | 0 | 49 | 35 | 71 | 39 | 1E |
| Octal | 53 | 171 | 41 | 100 | 0 | 111 | 65 | 161 | 71 | 36 |
| Binary | 101011 | 1111001 | 100001 | 1000000 | 0 | 1001001 | 110101 | 1110001 | 111001 | 11110 |
Color Harmonies of #2B7921
Complementary color
Monochromatic Colors of #2B7921
Black with #2B7921
Text Example
Text Example
White with #2B7921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7921; }
p { color: rgb(43,121,33); }
H1.HeaderClassName
{
color: #2B7921;
}
.AnyTagClassName
{
color: #2B7921;
}
</style>
background-color css
<style>
a { background-color: #2B7921; }
a { background-color: rgb(43,121,33); }
div.DivClassName
{
background-color: #2B7921;
}
.BgClassName
{
background-color: #2B7921;
}
</style>
border-color css
<style>
span { border-color: #2B7921; }
span { border-color: rgb(43,121,33); }
td.TdClassName
{
border-color: #2B7921;
}
.TagClassName
{
border-color: #2B7921;
}
</style>