Shades of Japanese Laurel #2B8436
Tints of Japanese Laurel #2B8436
RGB
CMYK
RGB Variations
Color information
#2B8436 (or 0x2B8436) is known color: Japanese Laurel. HEX triplet: 2B, 84 and 36. RGB value is (43,132,54). Sum of RGB (Red+Green+Blue) = 43+132+54=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8436 is #D47BC9. Grayscale: #606060. Windows color (decimal): -13925322 or 3572779. OLE color: 3572779.
HSL color Cylindrical-coordinate representation of color #2B8436: hue angle of 127.42º 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 #2B8436 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 54 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.48 |
| HSL | 127.42º | 0.51% | 0.34% | - |
| HSV(B) | 127.42º | 0.67% | 0.52% | - |
| XYZ | 9.91 | 17.28 | 6.3 | - |
| YUV | 96.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 54 | 0.67 | 0 | 0.59 | 0.48 | 127.42 | 0.51 | 0.34 |
| Hex | 2B | 84 | 36 | 43 | 0 | 3B | 30 | 7F | 33 | 22 |
| Octal | 53 | 204 | 66 | 103 | 0 | 73 | 60 | 177 | 63 | 42 |
| Binary | 101011 | 10000100 | 110110 | 1000011 | 0 | 111011 | 110000 | 1111111 | 110011 | 100010 |
Color Harmonies of #2B8436
Complementary color
Monochromatic Colors of #2B8436
Black with #2B8436
Text Example
Text Example
White with #2B8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8436; }
p { color: rgb(43,132,54); }
H1.HeaderClassName
{
color: #2B8436;
}
.AnyTagClassName
{
color: #2B8436;
}
</style>
background-color css
<style>
a { background-color: #2B8436; }
a { background-color: rgb(43,132,54); }
div.DivClassName
{
background-color: #2B8436;
}
.BgClassName
{
background-color: #2B8436;
}
</style>
border-color css
<style>
span { border-color: #2B8436; }
span { border-color: rgb(43,132,54); }
td.TdClassName
{
border-color: #2B8436;
}
.TagClassName
{
border-color: #2B8436;
}
</style>