Shades of Japanese Laurel #2B883D
Tints of Japanese Laurel #2B883D
RGB
CMYK
RGB Variations
Color information
#2B883D (or 0x2B883D) is known color: Japanese Laurel. HEX triplet: 2B, 88 and 3D. RGB value is (43,136,61). Sum of RGB (Red+Green+Blue) = 43+136+61=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #2B883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B883D is #D477C2. Grayscale: #636363. Windows color (decimal): -13924291 or 4032555. OLE color: 4032555.
HSL color Cylindrical-coordinate representation of color #2B883D: hue angle of 131.61º 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 #2B883D is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 61 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.47 |
| HSL | 131.61º | 0.52% | 0.35% | - |
| HSV(B) | 131.61º | 0.68% | 0.53% | - |
| XYZ | 10.64 | 18.46 | 7.42 | - |
| YUV | 99.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 61 | 0.68 | 0 | 0.55 | 0.47 | 131.61 | 0.52 | 0.35 |
| Hex | 2B | 88 | 3D | 44 | 0 | 37 | 2F | 84 | 34 | 23 |
| Octal | 53 | 210 | 75 | 104 | 0 | 67 | 57 | 204 | 64 | 43 |
| Binary | 101011 | 10001000 | 111101 | 1000100 | 0 | 110111 | 101111 | 10000100 | 110100 | 100011 |
Color Harmonies of #2B883D
Complementary color
Monochromatic Colors of #2B883D
Black with #2B883D
Text Example
Text Example
White with #2B883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B883D; }
p { color: rgb(43,136,61); }
H1.HeaderClassName
{
color: #2B883D;
}
.AnyTagClassName
{
color: #2B883D;
}
</style>
background-color css
<style>
a { background-color: #2B883D; }
a { background-color: rgb(43,136,61); }
div.DivClassName
{
background-color: #2B883D;
}
.BgClassName
{
background-color: #2B883D;
}
</style>
border-color css
<style>
span { border-color: #2B883D; }
span { border-color: rgb(43,136,61); }
td.TdClassName
{
border-color: #2B883D;
}
.TagClassName
{
border-color: #2B883D;
}
</style>