Shades of Japanese Laurel #2B8434
Tints of Japanese Laurel #2B8434
RGB
CMYK
RGB Variations
Color information
#2B8434 (or 0x2B8434) is known color: Japanese Laurel. HEX triplet: 2B, 84 and 34. RGB value is (43,132,52). Sum of RGB (Red+Green+Blue) = 43+132+52=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8434 is #D47BCB. Grayscale: #606060. Windows color (decimal): -13925324 or 3441707. OLE color: 3441707.
HSL color Cylindrical-coordinate representation of color #2B8434: hue angle of 126.07º 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 #2B8434 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 52 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.48 |
| HSL | 126.07º | 0.51% | 0.34% | - |
| HSV(B) | 126.07º | 0.67% | 0.52% | - |
| XYZ | 9.87 | 17.26 | 6.06 | - |
| YUV | 96.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 52 | 0.67 | 0 | 0.61 | 0.48 | 126.07 | 0.51 | 0.34 |
| Hex | 2B | 84 | 34 | 43 | 0 | 3D | 30 | 7E | 33 | 22 |
| Octal | 53 | 204 | 64 | 103 | 0 | 75 | 60 | 176 | 63 | 42 |
| Binary | 101011 | 10000100 | 110100 | 1000011 | 0 | 111101 | 110000 | 1111110 | 110011 | 100010 |
Color Harmonies of #2B8434
Complementary color
Monochromatic Colors of #2B8434
Black with #2B8434
Text Example
Text Example
White with #2B8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8434; }
p { color: rgb(43,132,52); }
H1.HeaderClassName
{
color: #2B8434;
}
.AnyTagClassName
{
color: #2B8434;
}
</style>
background-color css
<style>
a { background-color: #2B8434; }
a { background-color: rgb(43,132,52); }
div.DivClassName
{
background-color: #2B8434;
}
.BgClassName
{
background-color: #2B8434;
}
</style>
border-color css
<style>
span { border-color: #2B8434; }
span { border-color: rgb(43,132,52); }
td.TdClassName
{
border-color: #2B8434;
}
.TagClassName
{
border-color: #2B8434;
}
</style>