Shades of Japanese Laurel #2B853C
Tints of Japanese Laurel #2B853C
RGB
CMYK
RGB Variations
Color information
#2B853C (or 0x2B853C) is known color: Japanese Laurel. HEX triplet: 2B, 85 and 3C. RGB value is (43,133,60). Sum of RGB (Red+Green+Blue) = 43+133+60=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #2B853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B853C is #D47AC3. Grayscale: #616161. Windows color (decimal): -13925060 or 3966251. OLE color: 3966251.
HSL color Cylindrical-coordinate representation of color #2B853C: hue angle of 131.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B853C is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 60 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.48 |
| HSL | 131.33º | 0.51% | 0.35% | - |
| HSV(B) | 131.33º | 0.68% | 0.52% | - |
| XYZ | 10.2 | 17.61 | 7.14 | - |
| YUV | 97.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 60 | 0.68 | 0 | 0.55 | 0.48 | 131.33 | 0.51 | 0.35 |
| Hex | 2B | 85 | 3C | 44 | 0 | 37 | 30 | 83 | 33 | 23 |
| Octal | 53 | 205 | 74 | 104 | 0 | 67 | 60 | 203 | 63 | 43 |
| Binary | 101011 | 10000101 | 111100 | 1000100 | 0 | 110111 | 110000 | 10000011 | 110011 | 100011 |
Color Harmonies of #2B853C
Complementary color
Monochromatic Colors of #2B853C
Black with #2B853C
Text Example
Text Example
White with #2B853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B853C; }
p { color: rgb(43,133,60); }
H1.HeaderClassName
{
color: #2B853C;
}
.AnyTagClassName
{
color: #2B853C;
}
</style>
background-color css
<style>
a { background-color: #2B853C; }
a { background-color: rgb(43,133,60); }
div.DivClassName
{
background-color: #2B853C;
}
.BgClassName
{
background-color: #2B853C;
}
</style>
border-color css
<style>
span { border-color: #2B853C; }
span { border-color: rgb(43,133,60); }
td.TdClassName
{
border-color: #2B853C;
}
.TagClassName
{
border-color: #2B853C;
}
</style>