Shades of Japanese Laurel #2B8232
Tints of Japanese Laurel #2B8232
RGB
CMYK
RGB Variations
Color information
#2B8232 (or 0x2B8232) is known color: Japanese Laurel. HEX triplet: 2B, 82 and 32. RGB value is (43,130,50). Sum of RGB (Red+Green+Blue) = 43+130+50=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8232 is #D47DCD. Grayscale: #5F5F5F. Windows color (decimal): -13925838 or 3310123. OLE color: 3310123.
HSL color Cylindrical-coordinate representation of color #2B8232: hue angle of 124.83º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8232 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 50 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.49 |
| HSL | 124.83º | 0.5% | 0.34% | - |
| HSV(B) | 124.83º | 0.67% | 0.51% | - |
| XYZ | 9.55 | 16.71 | 5.74 | - |
| YUV | 94.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 50 | 0.67 | 0 | 0.62 | 0.49 | 124.83 | 0.5 | 0.34 |
| Hex | 2B | 82 | 32 | 43 | 0 | 3E | 31 | 7D | 32 | 22 |
| Octal | 53 | 202 | 62 | 103 | 0 | 76 | 61 | 175 | 62 | 42 |
| Binary | 101011 | 10000010 | 110010 | 1000011 | 0 | 111110 | 110001 | 1111101 | 110010 | 100010 |
Color Harmonies of #2B8232
Complementary color
Monochromatic Colors of #2B8232
Black with #2B8232
Text Example
Text Example
White with #2B8232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8232; }
p { color: rgb(43,130,50); }
H1.HeaderClassName
{
color: #2B8232;
}
.AnyTagClassName
{
color: #2B8232;
}
</style>
background-color css
<style>
a { background-color: #2B8232; }
a { background-color: rgb(43,130,50); }
div.DivClassName
{
background-color: #2B8232;
}
.BgClassName
{
background-color: #2B8232;
}
</style>
border-color css
<style>
span { border-color: #2B8232; }
span { border-color: rgb(43,130,50); }
td.TdClassName
{
border-color: #2B8232;
}
.TagClassName
{
border-color: #2B8232;
}
</style>