Shades of Japanese Laurel #2B8431
Tints of Japanese Laurel #2B8431
RGB
CMYK
RGB Variations
Color information
#2B8431 (or 0x2B8431) is known color: Japanese Laurel. HEX triplet: 2B, 84 and 31. RGB value is (43,132,49). Sum of RGB (Red+Green+Blue) = 43+132+49=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8431 is #D47BCE. Grayscale: #606060. Windows color (decimal): -13925327 or 3245099. OLE color: 3245099.
HSL color Cylindrical-coordinate representation of color #2B8431: hue angle of 124.04º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8431 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 49 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.48 |
| HSL | 124.04º | 0.51% | 0.34% | - |
| HSV(B) | 124.04º | 0.67% | 0.52% | - |
| XYZ | 9.8 | 17.24 | 5.72 | - |
| YUV | 95.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 49 | 0.67 | 0 | 0.63 | 0.48 | 124.04 | 0.51 | 0.34 |
| Hex | 2B | 84 | 31 | 43 | 0 | 3F | 30 | 7C | 33 | 22 |
| Octal | 53 | 204 | 61 | 103 | 0 | 77 | 60 | 174 | 63 | 42 |
| Binary | 101011 | 10000100 | 110001 | 1000011 | 0 | 111111 | 110000 | 1111100 | 110011 | 100010 |
Color Harmonies of #2B8431
Complementary color
Monochromatic Colors of #2B8431
Black with #2B8431
Text Example
Text Example
White with #2B8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8431; }
p { color: rgb(43,132,49); }
H1.HeaderClassName
{
color: #2B8431;
}
.AnyTagClassName
{
color: #2B8431;
}
</style>
background-color css
<style>
a { background-color: #2B8431; }
a { background-color: rgb(43,132,49); }
div.DivClassName
{
background-color: #2B8431;
}
.BgClassName
{
background-color: #2B8431;
}
</style>
border-color css
<style>
span { border-color: #2B8431; }
span { border-color: rgb(43,132,49); }
td.TdClassName
{
border-color: #2B8431;
}
.TagClassName
{
border-color: #2B8431;
}
</style>