Shades of Japanese Laurel #2B8939
Tints of Japanese Laurel #2B8939
RGB
CMYK
RGB Variations
Color information
#2B8939 (or 0x2B8939) is known color: Japanese Laurel. HEX triplet: 2B, 89 and 39. RGB value is (43,137,57). Sum of RGB (Red+Green+Blue) = 43+137+57=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8939 is #D476C6. Grayscale: #646464. Windows color (decimal): -13924039 or 3770667. OLE color: 3770667.
HSL color Cylindrical-coordinate representation of color #2B8939: hue angle of 128.94º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8939 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 57 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.46 |
| HSL | 128.94º | 0.52% | 0.35% | - |
| HSV(B) | 128.94º | 0.69% | 0.54% | - |
| XYZ | 10.68 | 18.7 | 6.92 | - |
| YUV | 99.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 57 | 0.69 | 0 | 0.58 | 0.46 | 128.94 | 0.52 | 0.35 |
| Hex | 2B | 89 | 39 | 45 | 0 | 3A | 2E | 81 | 34 | 23 |
| Octal | 53 | 211 | 71 | 105 | 0 | 72 | 56 | 201 | 64 | 43 |
| Binary | 101011 | 10001001 | 111001 | 1000101 | 0 | 111010 | 101110 | 10000001 | 110100 | 100011 |
Color Harmonies of #2B8939
Complementary color
Monochromatic Colors of #2B8939
Black with #2B8939
Text Example
Text Example
White with #2B8939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8939; }
p { color: rgb(43,137,57); }
H1.HeaderClassName
{
color: #2B8939;
}
.AnyTagClassName
{
color: #2B8939;
}
</style>
background-color css
<style>
a { background-color: #2B8939; }
a { background-color: rgb(43,137,57); }
div.DivClassName
{
background-color: #2B8939;
}
.BgClassName
{
background-color: #2B8939;
}
</style>
border-color css
<style>
span { border-color: #2B8939; }
span { border-color: rgb(43,137,57); }
td.TdClassName
{
border-color: #2B8939;
}
.TagClassName
{
border-color: #2B8939;
}
</style>