Shades of Japanese Laurel #2B8637
Tints of Japanese Laurel #2B8637
RGB
CMYK
RGB Variations
Color information
#2B8637 (or 0x2B8637) is known color: Japanese Laurel. HEX triplet: 2B, 86 and 37. RGB value is (43,134,55). Sum of RGB (Red+Green+Blue) = 43+134+55=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8637 is #D479C8. Grayscale: #626262. Windows color (decimal): -13924809 or 3638827. OLE color: 3638827.
HSL color Cylindrical-coordinate representation of color #2B8637: hue angle of 127.91º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8637 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 55 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.47 |
| HSL | 127.91º | 0.51% | 0.35% | - |
| HSV(B) | 127.91º | 0.68% | 0.53% | - |
| XYZ | 10.21 | 17.84 | 6.52 | - |
| YUV | 97.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 55 | 0.68 | 0 | 0.59 | 0.47 | 127.91 | 0.51 | 0.35 |
| Hex | 2B | 86 | 37 | 44 | 0 | 3B | 2F | 80 | 33 | 23 |
| Octal | 53 | 206 | 67 | 104 | 0 | 73 | 57 | 200 | 63 | 43 |
| Binary | 101011 | 10000110 | 110111 | 1000100 | 0 | 111011 | 101111 | 10000000 | 110011 | 100011 |
Color Harmonies of #2B8637
Complementary color
Monochromatic Colors of #2B8637
Black with #2B8637
Text Example
Text Example
White with #2B8637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8637; }
p { color: rgb(43,134,55); }
H1.HeaderClassName
{
color: #2B8637;
}
.AnyTagClassName
{
color: #2B8637;
}
</style>
background-color css
<style>
a { background-color: #2B8637; }
a { background-color: rgb(43,134,55); }
div.DivClassName
{
background-color: #2B8637;
}
.BgClassName
{
background-color: #2B8637;
}
</style>
border-color css
<style>
span { border-color: #2B8637; }
span { border-color: rgb(43,134,55); }
td.TdClassName
{
border-color: #2B8637;
}
.TagClassName
{
border-color: #2B8637;
}
</style>