Shades of Japanese Laurel #2B8736
Tints of Japanese Laurel #2B8736
RGB
CMYK
RGB Variations
Color information
#2B8736 (or 0x2B8736) is known color: Japanese Laurel. HEX triplet: 2B, 87 and 36. RGB value is (43,135,54). Sum of RGB (Red+Green+Blue) = 43+135+54=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8736 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8736 is #D478C9. Grayscale: #626262. Windows color (decimal): -13924554 or 3573547. OLE color: 3573547.
HSL color Cylindrical-coordinate representation of color #2B8736: hue angle of 127.17º degrees, saturation: 0.52, 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 #2B8736 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 54 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.47 |
| HSL | 127.17º | 0.52% | 0.35% | - |
| HSV(B) | 127.17º | 0.68% | 0.53% | - |
| XYZ | 10.33 | 18.11 | 6.44 | - |
| YUV | 98.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 54 | 0.68 | 0 | 0.60 | 0.47 | 127.17 | 0.52 | 0.35 |
| Hex | 2B | 87 | 36 | 44 | 0 | 3C | 2F | 7F | 34 | 23 |
| Octal | 53 | 207 | 66 | 104 | 0 | 74 | 57 | 177 | 64 | 43 |
| Binary | 101011 | 10000111 | 110110 | 1000100 | 0 | 111100 | 101111 | 1111111 | 110100 | 100011 |
Color Harmonies of #2B8736
Complementary color
Monochromatic Colors of #2B8736
Black with #2B8736
Text Example
Text Example
White with #2B8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8736; }
p { color: rgb(43,135,54); }
H1.HeaderClassName
{
color: #2B8736;
}
.AnyTagClassName
{
color: #2B8736;
}
</style>
background-color css
<style>
a { background-color: #2B8736; }
a { background-color: rgb(43,135,54); }
div.DivClassName
{
background-color: #2B8736;
}
.BgClassName
{
background-color: #2B8736;
}
</style>
border-color css
<style>
span { border-color: #2B8736; }
span { border-color: rgb(43,135,54); }
td.TdClassName
{
border-color: #2B8736;
}
.TagClassName
{
border-color: #2B8736;
}
</style>