Shades of Japanese Laurel #2B7128
Tints of Japanese Laurel #2B7128
RGB
CMYK
RGB Variations
Color information
#2B7128 (or 0x2B7128) is known color: Japanese Laurel. HEX triplet: 2B, 71 and 28. RGB value is (43,113,40). Sum of RGB (Red+Green+Blue) = 43+113+40=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7128 is #D48ED7. Grayscale: #535353. Windows color (decimal): -13930200 or 2650411. OLE color: 2650411.
HSL color Cylindrical-coordinate representation of color #2B7128: hue angle of 117.53º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7128 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 40 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.56 |
| HSL | 117.53º | 0.48% | 0.3% | - |
| HSV(B) | 117.53º | 0.65% | 0.44% | - |
| XYZ | 7.28 | 12.48 | 4.03 | - |
| YUV | 83.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 40 | 0.62 | 0 | 0.65 | 0.56 | 117.53 | 0.48 | 0.3 |
| Hex | 2B | 71 | 28 | 3E | 0 | 41 | 38 | 76 | 30 | 1E |
| Octal | 53 | 161 | 50 | 76 | 0 | 101 | 70 | 166 | 60 | 36 |
| Binary | 101011 | 1110001 | 101000 | 111110 | 0 | 1000001 | 111000 | 1110110 | 110000 | 11110 |
Color Harmonies of #2B7128
Complementary color
Monochromatic Colors of #2B7128
Black with #2B7128
Text Example
Text Example
White with #2B7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7128; }
p { color: rgb(43,113,40); }
H1.HeaderClassName
{
color: #2B7128;
}
.AnyTagClassName
{
color: #2B7128;
}
</style>
background-color css
<style>
a { background-color: #2B7128; }
a { background-color: rgb(43,113,40); }
div.DivClassName
{
background-color: #2B7128;
}
.BgClassName
{
background-color: #2B7128;
}
</style>
border-color css
<style>
span { border-color: #2B7128; }
span { border-color: rgb(43,113,40); }
td.TdClassName
{
border-color: #2B7128;
}
.TagClassName
{
border-color: #2B7128;
}
</style>