Shades of Japanese Laurel #2B7833
Tints of Japanese Laurel #2B7833
RGB
CMYK
RGB Variations
Color information
#2B7833 (or 0x2B7833) is known color: Japanese Laurel. HEX triplet: 2B, 78 and 33. RGB value is (43,120,51). Sum of RGB (Red+Green+Blue) = 43+120+51=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7833 is #D487CC. Grayscale: #595959. Windows color (decimal): -13928397 or 3373099. OLE color: 3373099.
HSL color Cylindrical-coordinate representation of color #2B7833: hue angle of 126.23º degrees, saturation: 0.47, 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 #2B7833 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 51 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.53 |
| HSL | 126.23º | 0.47% | 0.32% | - |
| HSV(B) | 126.23º | 0.64% | 0.47% | - |
| XYZ | 8.31 | 14.19 | 5.43 | - |
| YUV | 89.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 51 | 0.64 | 0 | 0.58 | 0.53 | 126.23 | 0.47 | 0.32 |
| Hex | 2B | 78 | 33 | 40 | 0 | 3A | 35 | 7E | 2F | 20 |
| Octal | 53 | 170 | 63 | 100 | 0 | 72 | 65 | 176 | 57 | 40 |
| Binary | 101011 | 1111000 | 110011 | 1000000 | 0 | 111010 | 110101 | 1111110 | 101111 | 100000 |
Color Harmonies of #2B7833
Complementary color
Monochromatic Colors of #2B7833
Black with #2B7833
Text Example
Text Example
White with #2B7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7833; }
p { color: rgb(43,120,51); }
H1.HeaderClassName
{
color: #2B7833;
}
.AnyTagClassName
{
color: #2B7833;
}
</style>
background-color css
<style>
a { background-color: #2B7833; }
a { background-color: rgb(43,120,51); }
div.DivClassName
{
background-color: #2B7833;
}
.BgClassName
{
background-color: #2B7833;
}
</style>
border-color css
<style>
span { border-color: #2B7833; }
span { border-color: rgb(43,120,51); }
td.TdClassName
{
border-color: #2B7833;
}
.TagClassName
{
border-color: #2B7833;
}
</style>