Shades of Japanese Laurel #2B792C
Tints of Japanese Laurel #2B792C
RGB
CMYK
RGB Variations
Color information
#2B792C (or 0x2B792C) is known color: Japanese Laurel. HEX triplet: 2B, 79 and 2C. RGB value is (43,121,44). Sum of RGB (Red+Green+Blue) = 43+121+44=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #2B792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B792C is #D486D3. Grayscale: #595959. Windows color (decimal): -13928148 or 2914603. OLE color: 2914603.
HSL color Cylindrical-coordinate representation of color #2B792C: hue angle of 120.77º 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 #2B792C is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 44 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.53 |
| HSL | 120.77º | 0.48% | 0.32% | - |
| HSV(B) | 120.77º | 0.64% | 0.47% | - |
| XYZ | 8.29 | 14.37 | 4.72 | - |
| YUV | 88.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 44 | 0.64 | 0 | 0.64 | 0.53 | 120.77 | 0.48 | 0.32 |
| Hex | 2B | 79 | 2C | 40 | 0 | 40 | 35 | 79 | 30 | 20 |
| Octal | 53 | 171 | 54 | 100 | 0 | 100 | 65 | 171 | 60 | 40 |
| Binary | 101011 | 1111001 | 101100 | 1000000 | 0 | 1000000 | 110101 | 1111001 | 110000 | 100000 |
Color Harmonies of #2B792C
Complementary color
Monochromatic Colors of #2B792C
Black with #2B792C
Text Example
Text Example
White with #2B792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B792C; }
p { color: rgb(43,121,44); }
H1.HeaderClassName
{
color: #2B792C;
}
.AnyTagClassName
{
color: #2B792C;
}
</style>
background-color css
<style>
a { background-color: #2B792C; }
a { background-color: rgb(43,121,44); }
div.DivClassName
{
background-color: #2B792C;
}
.BgClassName
{
background-color: #2B792C;
}
</style>
border-color css
<style>
span { border-color: #2B792C; }
span { border-color: rgb(43,121,44); }
td.TdClassName
{
border-color: #2B792C;
}
.TagClassName
{
border-color: #2B792C;
}
</style>