Shades of Japanese Laurel #2B7A2C
Tints of Japanese Laurel #2B7A2C
RGB
CMYK
RGB Variations
Color information
#2B7A2C (or 0x2B7A2C) is known color: Japanese Laurel. HEX triplet: 2B, 7A and 2C. RGB value is (43,122,44). Sum of RGB (Red+Green+Blue) = 43+122+44=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A2C is #D485D3. Grayscale: #595959. Windows color (decimal): -13927892 or 2914859. OLE color: 2914859.
HSL color Cylindrical-coordinate representation of color #2B7A2C: hue angle of 120.76º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A2C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 44 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.52 |
| HSL | 120.76º | 0.48% | 0.32% | - |
| HSV(B) | 120.76º | 0.65% | 0.48% | - |
| XYZ | 8.41 | 14.61 | 4.76 | - |
| YUV | 89.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 44 | 0.65 | 0 | 0.64 | 0.52 | 120.76 | 0.48 | 0.32 |
| Hex | 2B | 7A | 2C | 41 | 0 | 40 | 34 | 79 | 30 | 20 |
| Octal | 53 | 172 | 54 | 101 | 0 | 100 | 64 | 171 | 60 | 40 |
| Binary | 101011 | 1111010 | 101100 | 1000001 | 0 | 1000000 | 110100 | 1111001 | 110000 | 100000 |
Color Harmonies of #2B7A2C
Complementary color
Monochromatic Colors of #2B7A2C
Black with #2B7A2C
Text Example
Text Example
White with #2B7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A2C; }
p { color: rgb(43,122,44); }
H1.HeaderClassName
{
color: #2B7A2C;
}
.AnyTagClassName
{
color: #2B7A2C;
}
</style>
background-color css
<style>
a { background-color: #2B7A2C; }
a { background-color: rgb(43,122,44); }
div.DivClassName
{
background-color: #2B7A2C;
}
.BgClassName
{
background-color: #2B7A2C;
}
</style>
border-color css
<style>
span { border-color: #2B7A2C; }
span { border-color: rgb(43,122,44); }
td.TdClassName
{
border-color: #2B7A2C;
}
.TagClassName
{
border-color: #2B7A2C;
}
</style>