Shades of Japanese Laurel #2B8739
Tints of Japanese Laurel #2B8739
RGB
CMYK
RGB Variations
Color information
#2B8739 (or 0x2B8739) is known color: Japanese Laurel. HEX triplet: 2B, 87 and 39. RGB value is (43,135,57). Sum of RGB (Red+Green+Blue) = 43+135+57=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8739 is #D478C6. Grayscale: #626262. Windows color (decimal): -13924551 or 3770155. OLE color: 3770155.
HSL color Cylindrical-coordinate representation of color #2B8739: hue angle of 129.13º 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 #2B8739 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 57 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.47 |
| HSL | 129.13º | 0.52% | 0.35% | - |
| HSV(B) | 129.13º | 0.68% | 0.53% | - |
| XYZ | 10.4 | 18.14 | 6.82 | - |
| YUV | 98.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 57 | 0.68 | 0 | 0.58 | 0.47 | 129.13 | 0.52 | 0.35 |
| Hex | 2B | 87 | 39 | 44 | 0 | 3A | 2F | 81 | 34 | 23 |
| Octal | 53 | 207 | 71 | 104 | 0 | 72 | 57 | 201 | 64 | 43 |
| Binary | 101011 | 10000111 | 111001 | 1000100 | 0 | 111010 | 101111 | 10000001 | 110100 | 100011 |
Color Harmonies of #2B8739
Complementary color
Monochromatic Colors of #2B8739
Black with #2B8739
Text Example
Text Example
White with #2B8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8739; }
p { color: rgb(43,135,57); }
H1.HeaderClassName
{
color: #2B8739;
}
.AnyTagClassName
{
color: #2B8739;
}
</style>
background-color css
<style>
a { background-color: #2B8739; }
a { background-color: rgb(43,135,57); }
div.DivClassName
{
background-color: #2B8739;
}
.BgClassName
{
background-color: #2B8739;
}
</style>
border-color css
<style>
span { border-color: #2B8739; }
span { border-color: rgb(43,135,57); }
td.TdClassName
{
border-color: #2B8739;
}
.TagClassName
{
border-color: #2B8739;
}
</style>