Shades of Japanese Laurel #2B803D
Tints of Japanese Laurel #2B803D
RGB
CMYK
RGB Variations
Color information
#2B803D (or 0x2B803D) is known color: Japanese Laurel. HEX triplet: 2B, 80 and 3D. RGB value is (43,128,61). Sum of RGB (Red+Green+Blue) = 43+128+61=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #2B803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B803D is #D47FC2. Grayscale: #5F5F5F. Windows color (decimal): -13926339 or 4030507. OLE color: 4030507.
HSL color Cylindrical-coordinate representation of color #2B803D: hue angle of 132.71º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B803D is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 61 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.50 |
| HSL | 132.71º | 0.5% | 0.34% | - |
| HSV(B) | 132.71º | 0.66% | 0.5% | - |
| XYZ | 9.56 | 16.29 | 7.06 | - |
| YUV | 94.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 61 | 0.66 | 0 | 0.52 | 0.50 | 132.71 | 0.5 | 0.34 |
| Hex | 2B | 80 | 3D | 42 | 0 | 34 | 32 | 85 | 32 | 22 |
| Octal | 53 | 200 | 75 | 102 | 0 | 64 | 62 | 205 | 62 | 42 |
| Binary | 101011 | 10000000 | 111101 | 1000010 | 0 | 110100 | 110010 | 10000101 | 110010 | 100010 |
Color Harmonies of #2B803D
Complementary color
Monochromatic Colors of #2B803D
Black with #2B803D
Text Example
Text Example
White with #2B803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B803D; }
p { color: rgb(43,128,61); }
H1.HeaderClassName
{
color: #2B803D;
}
.AnyTagClassName
{
color: #2B803D;
}
</style>
background-color css
<style>
a { background-color: #2B803D; }
a { background-color: rgb(43,128,61); }
div.DivClassName
{
background-color: #2B803D;
}
.BgClassName
{
background-color: #2B803D;
}
</style>
border-color css
<style>
span { border-color: #2B803D; }
span { border-color: rgb(43,128,61); }
td.TdClassName
{
border-color: #2B803D;
}
.TagClassName
{
border-color: #2B803D;
}
</style>