Shades of Japanese Laurel #2B7A31
Tints of Japanese Laurel #2B7A31
RGB
CMYK
RGB Variations
Color information
#2B7A31 (or 0x2B7A31) is known color: Japanese Laurel. HEX triplet: 2B, 7A and 31. RGB value is (43,122,49). Sum of RGB (Red+Green+Blue) = 43+122+49=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A31 is #D485CE. Grayscale: #5A5A5A. Windows color (decimal): -13927887 or 3242539. OLE color: 3242539.
HSL color Cylindrical-coordinate representation of color #2B7A31: hue angle of 124.56º 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 #2B7A31 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 49 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.52 |
| HSL | 124.56º | 0.48% | 0.32% | - |
| HSV(B) | 124.56º | 0.65% | 0.48% | - |
| XYZ | 8.51 | 14.65 | 5.29 | - |
| YUV | 90.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 49 | 0.65 | 0 | 0.60 | 0.52 | 124.56 | 0.48 | 0.32 |
| Hex | 2B | 7A | 31 | 41 | 0 | 3C | 34 | 7D | 30 | 20 |
| Octal | 53 | 172 | 61 | 101 | 0 | 74 | 64 | 175 | 60 | 40 |
| Binary | 101011 | 1111010 | 110001 | 1000001 | 0 | 111100 | 110100 | 1111101 | 110000 | 100000 |
Color Harmonies of #2B7A31
Complementary color
Monochromatic Colors of #2B7A31
Black with #2B7A31
Text Example
Text Example
White with #2B7A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A31; }
p { color: rgb(43,122,49); }
H1.HeaderClassName
{
color: #2B7A31;
}
.AnyTagClassName
{
color: #2B7A31;
}
</style>
background-color css
<style>
a { background-color: #2B7A31; }
a { background-color: rgb(43,122,49); }
div.DivClassName
{
background-color: #2B7A31;
}
.BgClassName
{
background-color: #2B7A31;
}
</style>
border-color css
<style>
span { border-color: #2B7A31; }
span { border-color: rgb(43,122,49); }
td.TdClassName
{
border-color: #2B7A31;
}
.TagClassName
{
border-color: #2B7A31;
}
</style>