Shades of Japanese Laurel #2B7C25
Tints of Japanese Laurel #2B7C25
RGB
CMYK
RGB Variations
Color information
#2B7C25 (or 0x2B7C25) is known color: Japanese Laurel. HEX triplet: 2B, 7C and 25. RGB value is (43,124,37). Sum of RGB (Red+Green+Blue) = 43+124+37=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7C25 is #D483DA. Grayscale: #5A5A5A. Windows color (decimal): -13927387 or 2456619. OLE color: 2456619.
HSL color Cylindrical-coordinate representation of color #2B7C25: hue angle of 115.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B7C25 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 124 | 37 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.51 |
| HSL | 115.86º | 0.54% | 0.32% | - |
| HSV(B) | 115.86º | 0.7% | 0.49% | - |
| XYZ | 8.54 | 15.06 | 4.21 | - |
| YUV | 89.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 37 | 0.65 | 0 | 0.70 | 0.51 | 115.86 | 0.54 | 0.32 |
| Hex | 2B | 7C | 25 | 41 | 0 | 46 | 33 | 74 | 36 | 20 |
| Octal | 53 | 174 | 45 | 101 | 0 | 106 | 63 | 164 | 66 | 40 |
| Binary | 101011 | 1111100 | 100101 | 1000001 | 0 | 1000110 | 110011 | 1110100 | 110110 | 100000 |
Color Harmonies of #2B7C25
Complementary color
Monochromatic Colors of #2B7C25
Black with #2B7C25
Text Example
Text Example
White with #2B7C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7C25; }
p { color: rgb(43,124,37); }
H1.HeaderClassName
{
color: #2B7C25;
}
.AnyTagClassName
{
color: #2B7C25;
}
</style>
background-color css
<style>
a { background-color: #2B7C25; }
a { background-color: rgb(43,124,37); }
div.DivClassName
{
background-color: #2B7C25;
}
.BgClassName
{
background-color: #2B7C25;
}
</style>
border-color css
<style>
span { border-color: #2B7C25; }
span { border-color: rgb(43,124,37); }
td.TdClassName
{
border-color: #2B7C25;
}
.TagClassName
{
border-color: #2B7C25;
}
</style>