Shades of Japanese Laurel #2B873C
Tints of Japanese Laurel #2B873C
RGB
CMYK
RGB Variations
Color information
#2B873C (or 0x2B873C) is known color: Japanese Laurel. HEX triplet: 2B, 87 and 3C. RGB value is (43,135,60). Sum of RGB (Red+Green+Blue) = 43+135+60=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #2B873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B873C is #D478C3. Grayscale: #636363. Windows color (decimal): -13924548 or 3966763. OLE color: 3966763.
HSL color Cylindrical-coordinate representation of color #2B873C: hue angle of 131.09º 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 #2B873C is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 60 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.47 |
| HSL | 131.09º | 0.52% | 0.35% | - |
| HSV(B) | 131.09º | 0.68% | 0.53% | - |
| XYZ | 10.48 | 18.17 | 7.23 | - |
| YUV | 98.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 60 | 0.68 | 0 | 0.56 | 0.47 | 131.09 | 0.52 | 0.35 |
| Hex | 2B | 87 | 3C | 44 | 0 | 38 | 2F | 83 | 34 | 23 |
| Octal | 53 | 207 | 74 | 104 | 0 | 70 | 57 | 203 | 64 | 43 |
| Binary | 101011 | 10000111 | 111100 | 1000100 | 0 | 111000 | 101111 | 10000011 | 110100 | 100011 |
Color Harmonies of #2B873C
Complementary color
Monochromatic Colors of #2B873C
Black with #2B873C
Text Example
Text Example
White with #2B873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B873C; }
p { color: rgb(43,135,60); }
H1.HeaderClassName
{
color: #2B873C;
}
.AnyTagClassName
{
color: #2B873C;
}
</style>
background-color css
<style>
a { background-color: #2B873C; }
a { background-color: rgb(43,135,60); }
div.DivClassName
{
background-color: #2B873C;
}
.BgClassName
{
background-color: #2B873C;
}
</style>
border-color css
<style>
span { border-color: #2B873C; }
span { border-color: rgb(43,135,60); }
td.TdClassName
{
border-color: #2B873C;
}
.TagClassName
{
border-color: #2B873C;
}
</style>