Shades of Japanese Laurel #2B8430
Tints of Japanese Laurel #2B8430
RGB
CMYK
RGB Variations
Color information
#2B8430 (or 0x2B8430) is known color: Japanese Laurel. HEX triplet: 2B, 84 and 30. RGB value is (43,132,48). Sum of RGB (Red+Green+Blue) = 43+132+48=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8430 is #D47BCF. Grayscale: #606060. Windows color (decimal): -13925328 or 3179563. OLE color: 3179563.
HSL color Cylindrical-coordinate representation of color #2B8430: hue angle of 123.37º 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 #2B8430 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 48 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.48 |
| HSL | 123.37º | 0.51% | 0.34% | - |
| HSV(B) | 123.37º | 0.67% | 0.52% | - |
| XYZ | 9.78 | 17.23 | 5.61 | - |
| YUV | 95.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 48 | 0.67 | 0 | 0.64 | 0.48 | 123.37 | 0.51 | 0.34 |
| Hex | 2B | 84 | 30 | 43 | 0 | 40 | 30 | 7B | 33 | 22 |
| Octal | 53 | 204 | 60 | 103 | 0 | 100 | 60 | 173 | 63 | 42 |
| Binary | 101011 | 10000100 | 110000 | 1000011 | 0 | 1000000 | 110000 | 1111011 | 110011 | 100010 |
Color Harmonies of #2B8430
Complementary color
Monochromatic Colors of #2B8430
Black with #2B8430
Text Example
Text Example
White with #2B8430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8430; }
p { color: rgb(43,132,48); }
H1.HeaderClassName
{
color: #2B8430;
}
.AnyTagClassName
{
color: #2B8430;
}
</style>
background-color css
<style>
a { background-color: #2B8430; }
a { background-color: rgb(43,132,48); }
div.DivClassName
{
background-color: #2B8430;
}
.BgClassName
{
background-color: #2B8430;
}
</style>
border-color css
<style>
span { border-color: #2B8430; }
span { border-color: rgb(43,132,48); }
td.TdClassName
{
border-color: #2B8430;
}
.TagClassName
{
border-color: #2B8430;
}
</style>