Shades of Japanese Laurel #2B803C
Tints of Japanese Laurel #2B803C
RGB
CMYK
RGB Variations
Color information
#2B803C (or 0x2B803C) is known color: Japanese Laurel. HEX triplet: 2B, 80 and 3C. RGB value is (43,128,60). Sum of RGB (Red+Green+Blue) = 43+128+60=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #2B803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B803C is #D47FC3. Grayscale: #5F5F5F. Windows color (decimal): -13926340 or 3964971. OLE color: 3964971.
HSL color Cylindrical-coordinate representation of color #2B803C: hue angle of 132º 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 #2B803C is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 128 | 60 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.50 |
| HSL | 132º | 0.5% | 0.34% | - |
| HSV(B) | 132º | 0.66% | 0.5% | - |
| XYZ | 9.53 | 16.28 | 6.91 | - |
| YUV | 94.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 60 | 0.66 | 0 | 0.53 | 0.50 | 132 | 0.5 | 0.34 |
| Hex | 2B | 80 | 3C | 42 | 0 | 35 | 32 | 84 | 32 | 22 |
| Octal | 53 | 200 | 74 | 102 | 0 | 65 | 62 | 204 | 62 | 42 |
| Binary | 101011 | 10000000 | 111100 | 1000010 | 0 | 110101 | 110010 | 10000100 | 110010 | 100010 |
Color Harmonies of #2B803C
Complementary color
Monochromatic Colors of #2B803C
Black with #2B803C
Text Example
Text Example
White with #2B803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B803C; }
p { color: rgb(43,128,60); }
H1.HeaderClassName
{
color: #2B803C;
}
.AnyTagClassName
{
color: #2B803C;
}
</style>
background-color css
<style>
a { background-color: #2B803C; }
a { background-color: rgb(43,128,60); }
div.DivClassName
{
background-color: #2B803C;
}
.BgClassName
{
background-color: #2B803C;
}
</style>
border-color css
<style>
span { border-color: #2B803C; }
span { border-color: rgb(43,128,60); }
td.TdClassName
{
border-color: #2B803C;
}
.TagClassName
{
border-color: #2B803C;
}
</style>