Shades of Japanese Laurel #2B7830
Tints of Japanese Laurel #2B7830
RGB
CMYK
RGB Variations
Color information
#2B7830 (or 0x2B7830) is known color: Japanese Laurel. HEX triplet: 2B, 78 and 30. RGB value is (43,120,48). Sum of RGB (Red+Green+Blue) = 43+120+48=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7830 is #D487CF. Grayscale: #585858. Windows color (decimal): -13928400 or 3176491. OLE color: 3176491.
HSL color Cylindrical-coordinate representation of color #2B7830: hue angle of 123.9º 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 #2B7830 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 48 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.53 |
| HSL | 123.9º | 0.47% | 0.32% | - |
| HSV(B) | 123.9º | 0.64% | 0.47% | - |
| XYZ | 8.25 | 14.16 | 5.09 | - |
| YUV | 88.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 48 | 0.64 | 0 | 0.60 | 0.53 | 123.9 | 0.47 | 0.32 |
| Hex | 2B | 78 | 30 | 40 | 0 | 3C | 35 | 7C | 2F | 20 |
| Octal | 53 | 170 | 60 | 100 | 0 | 74 | 65 | 174 | 57 | 40 |
| Binary | 101011 | 1111000 | 110000 | 1000000 | 0 | 111100 | 110101 | 1111100 | 101111 | 100000 |
Color Harmonies of #2B7830
Complementary color
Monochromatic Colors of #2B7830
Black with #2B7830
Text Example
Text Example
White with #2B7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7830; }
p { color: rgb(43,120,48); }
H1.HeaderClassName
{
color: #2B7830;
}
.AnyTagClassName
{
color: #2B7830;
}
</style>
background-color css
<style>
a { background-color: #2B7830; }
a { background-color: rgb(43,120,48); }
div.DivClassName
{
background-color: #2B7830;
}
.BgClassName
{
background-color: #2B7830;
}
</style>
border-color css
<style>
span { border-color: #2B7830; }
span { border-color: rgb(43,120,48); }
td.TdClassName
{
border-color: #2B7830;
}
.TagClassName
{
border-color: #2B7830;
}
</style>