Shades of Japanese Laurel #2B792F
Tints of Japanese Laurel #2B792F
RGB
CMYK
RGB Variations
Color information
#2B792F (or 0x2B792F) is known color: Japanese Laurel. HEX triplet: 2B, 79 and 2F. RGB value is (43,121,47). Sum of RGB (Red+Green+Blue) = 43+121+47=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #2B792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B792F is #D486D0. Grayscale: #595959. Windows color (decimal): -13928145 or 3111211. OLE color: 3111211.
HSL color Cylindrical-coordinate representation of color #2B792F: hue angle of 123.08º 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 #2B792F is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 47 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.53 |
| HSL | 123.08º | 0.48% | 0.32% | - |
| HSV(B) | 123.08º | 0.64% | 0.47% | - |
| XYZ | 8.35 | 14.39 | 5.03 | - |
| YUV | 89.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 47 | 0.64 | 0 | 0.61 | 0.53 | 123.08 | 0.48 | 0.32 |
| Hex | 2B | 79 | 2F | 40 | 0 | 3D | 35 | 7B | 30 | 20 |
| Octal | 53 | 171 | 57 | 100 | 0 | 75 | 65 | 173 | 60 | 40 |
| Binary | 101011 | 1111001 | 101111 | 1000000 | 0 | 111101 | 110101 | 1111011 | 110000 | 100000 |
Color Harmonies of #2B792F
Complementary color
Monochromatic Colors of #2B792F
Black with #2B792F
Text Example
Text Example
White with #2B792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B792F; }
p { color: rgb(43,121,47); }
H1.HeaderClassName
{
color: #2B792F;
}
.AnyTagClassName
{
color: #2B792F;
}
</style>
background-color css
<style>
a { background-color: #2B792F; }
a { background-color: rgb(43,121,47); }
div.DivClassName
{
background-color: #2B792F;
}
.BgClassName
{
background-color: #2B792F;
}
</style>
border-color css
<style>
span { border-color: #2B792F; }
span { border-color: rgb(43,121,47); }
td.TdClassName
{
border-color: #2B792F;
}
.TagClassName
{
border-color: #2B792F;
}
</style>