Shades of Japanese Laurel #2B7933
Tints of Japanese Laurel #2B7933
RGB
CMYK
RGB Variations
Color information
#2B7933 (or 0x2B7933) is known color: Japanese Laurel. HEX triplet: 2B, 79 and 33. RGB value is (43,121,51). Sum of RGB (Red+Green+Blue) = 43+121+51=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7933 is #D486CC. Grayscale: #595959. Windows color (decimal): -13928141 or 3373355. OLE color: 3373355.
HSL color Cylindrical-coordinate representation of color #2B7933: hue angle of 126.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7933 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 51 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.53 |
| HSL | 126.15º | 0.48% | 0.32% | - |
| HSV(B) | 126.15º | 0.64% | 0.47% | - |
| XYZ | 8.43 | 14.43 | 5.47 | - |
| YUV | 89.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 51 | 0.64 | 0 | 0.58 | 0.53 | 126.15 | 0.48 | 0.32 |
| Hex | 2B | 79 | 33 | 40 | 0 | 3A | 35 | 7E | 30 | 20 |
| Octal | 53 | 171 | 63 | 100 | 0 | 72 | 65 | 176 | 60 | 40 |
| Binary | 101011 | 1111001 | 110011 | 1000000 | 0 | 111010 | 110101 | 1111110 | 110000 | 100000 |
Color Harmonies of #2B7933
Complementary color
Monochromatic Colors of #2B7933
Black with #2B7933
Text Example
Text Example
White with #2B7933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7933; }
p { color: rgb(43,121,51); }
H1.HeaderClassName
{
color: #2B7933;
}
.AnyTagClassName
{
color: #2B7933;
}
</style>
background-color css
<style>
a { background-color: #2B7933; }
a { background-color: rgb(43,121,51); }
div.DivClassName
{
background-color: #2B7933;
}
.BgClassName
{
background-color: #2B7933;
}
</style>
border-color css
<style>
span { border-color: #2B7933; }
span { border-color: rgb(43,121,51); }
td.TdClassName
{
border-color: #2B7933;
}
.TagClassName
{
border-color: #2B7933;
}
</style>