Shades of Japanese Laurel #2B8133
Tints of Japanese Laurel #2B8133
RGB
CMYK
RGB Variations
Color information
#2B8133 (or 0x2B8133) is known color: Japanese Laurel. HEX triplet: 2B, 81 and 33. RGB value is (43,129,51). Sum of RGB (Red+Green+Blue) = 43+129+51=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8133 is #D47ECC. Grayscale: #5E5E5E. Windows color (decimal): -13926093 or 3375403. OLE color: 3375403.
HSL color Cylindrical-coordinate representation of color #2B8133: hue angle of 125.58º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8133 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 51 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.49 |
| HSL | 125.58º | 0.5% | 0.34% | - |
| HSV(B) | 125.58º | 0.67% | 0.51% | - |
| XYZ | 9.44 | 16.45 | 5.81 | - |
| YUV | 94.39 | 103.51 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 51 | 0.67 | 0 | 0.60 | 0.49 | 125.58 | 0.5 | 0.34 |
| Hex | 2B | 81 | 33 | 43 | 0 | 3C | 31 | 7E | 32 | 22 |
| Octal | 53 | 201 | 63 | 103 | 0 | 74 | 61 | 176 | 62 | 42 |
| Binary | 101011 | 10000001 | 110011 | 1000011 | 0 | 111100 | 110001 | 1111110 | 110010 | 100010 |
Color Harmonies of #2B8133
Complementary color
Monochromatic Colors of #2B8133
Black with #2B8133
Text Example
Text Example
White with #2B8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8133; }
p { color: rgb(43,129,51); }
H1.HeaderClassName
{
color: #2B8133;
}
.AnyTagClassName
{
color: #2B8133;
}
</style>
background-color css
<style>
a { background-color: #2B8133; }
a { background-color: rgb(43,129,51); }
div.DivClassName
{
background-color: #2B8133;
}
.BgClassName
{
background-color: #2B8133;
}
</style>
border-color css
<style>
span { border-color: #2B8133; }
span { border-color: rgb(43,129,51); }
td.TdClassName
{
border-color: #2B8133;
}
.TagClassName
{
border-color: #2B8133;
}
</style>