Shades of Japanese Laurel #2B7225
Tints of Japanese Laurel #2B7225
RGB
CMYK
RGB Variations
Color information
#2B7225 (or 0x2B7225) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 25. RGB value is (43,114,37). Sum of RGB (Red+Green+Blue) = 43+114+37=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7225 is #D48DDA. Grayscale: #545454. Windows color (decimal): -13929947 or 2454059. OLE color: 2454059.
HSL color Cylindrical-coordinate representation of color #2B7225: hue angle of 115.32º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B7225 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 37 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.55 |
| HSL | 115.32º | 0.51% | 0.3% | - |
| HSV(B) | 115.32º | 0.68% | 0.45% | - |
| XYZ | 7.35 | 12.68 | 3.81 | - |
| YUV | 83.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 37 | 0.62 | 0 | 0.68 | 0.55 | 115.32 | 0.51 | 0.3 |
| Hex | 2B | 72 | 25 | 3E | 0 | 44 | 37 | 73 | 33 | 1E |
| Octal | 53 | 162 | 45 | 76 | 0 | 104 | 67 | 163 | 63 | 36 |
| Binary | 101011 | 1110010 | 100101 | 111110 | 0 | 1000100 | 110111 | 1110011 | 110011 | 11110 |
Color Harmonies of #2B7225
Complementary color
Monochromatic Colors of #2B7225
Black with #2B7225
Text Example
Text Example
White with #2B7225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7225; }
p { color: rgb(43,114,37); }
H1.HeaderClassName
{
color: #2B7225;
}
.AnyTagClassName
{
color: #2B7225;
}
</style>
background-color css
<style>
a { background-color: #2B7225; }
a { background-color: rgb(43,114,37); }
div.DivClassName
{
background-color: #2B7225;
}
.BgClassName
{
background-color: #2B7225;
}
</style>
border-color css
<style>
span { border-color: #2B7225; }
span { border-color: rgb(43,114,37); }
td.TdClassName
{
border-color: #2B7225;
}
.TagClassName
{
border-color: #2B7225;
}
</style>