Shades of Japanese Laurel #2B7A38
Tints of Japanese Laurel #2B7A38
RGB
CMYK
RGB Variations
Color information
#2B7A38 (or 0x2B7A38) is known color: Japanese Laurel. HEX triplet: 2B, 7A and 38. RGB value is (43,122,56). Sum of RGB (Red+Green+Blue) = 43+122+56=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A38 is #D485C7. Grayscale: #5B5B5B. Windows color (decimal): -13927880 or 3701291. OLE color: 3701291.
HSL color Cylindrical-coordinate representation of color #2B7A38: hue angle of 129.87º 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 #2B7A38 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 122 | 56 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.52 |
| HSL | 129.87º | 0.48% | 0.32% | - |
| HSV(B) | 129.87º | 0.65% | 0.48% | - |
| XYZ | 8.67 | 14.72 | 6.13 | - |
| YUV | 90.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 122 | 56 | 0.65 | 0 | 0.54 | 0.52 | 129.87 | 0.48 | 0.32 |
| Hex | 2B | 7A | 38 | 41 | 0 | 36 | 34 | 82 | 30 | 20 |
| Octal | 53 | 172 | 70 | 101 | 0 | 66 | 64 | 202 | 60 | 40 |
| Binary | 101011 | 1111010 | 111000 | 1000001 | 0 | 110110 | 110100 | 10000010 | 110000 | 100000 |
Color Harmonies of #2B7A38
Complementary color
Monochromatic Colors of #2B7A38
Black with #2B7A38
Text Example
Text Example
White with #2B7A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7A38; }
p { color: rgb(43,122,56); }
H1.HeaderClassName
{
color: #2B7A38;
}
.AnyTagClassName
{
color: #2B7A38;
}
</style>
background-color css
<style>
a { background-color: #2B7A38; }
a { background-color: rgb(43,122,56); }
div.DivClassName
{
background-color: #2B7A38;
}
.BgClassName
{
background-color: #2B7A38;
}
</style>
border-color css
<style>
span { border-color: #2B7A38; }
span { border-color: rgb(43,122,56); }
td.TdClassName
{
border-color: #2B7A38;
}
.TagClassName
{
border-color: #2B7A38;
}
</style>