Shades of Japanese Laurel #2B853D
Tints of Japanese Laurel #2B853D
RGB
CMYK
RGB Variations
Color information
#2B853D (or 0x2B853D) is known color: Japanese Laurel. HEX triplet: 2B, 85 and 3D. RGB value is (43,133,61). Sum of RGB (Red+Green+Blue) = 43+133+61=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #2B853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B853D is #D47AC2. Grayscale: #626262. Windows color (decimal): -13925059 or 4031787. OLE color: 4031787.
HSL color Cylindrical-coordinate representation of color #2B853D: hue angle of 132º 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 #2B853D is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 61 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.48 |
| HSL | 132º | 0.51% | 0.35% | - |
| HSV(B) | 132º | 0.68% | 0.52% | - |
| XYZ | 10.23 | 17.63 | 7.28 | - |
| YUV | 97.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 61 | 0.68 | 0 | 0.54 | 0.48 | 132 | 0.51 | 0.35 |
| Hex | 2B | 85 | 3D | 44 | 0 | 36 | 30 | 84 | 33 | 23 |
| Octal | 53 | 205 | 75 | 104 | 0 | 66 | 60 | 204 | 63 | 43 |
| Binary | 101011 | 10000101 | 111101 | 1000100 | 0 | 110110 | 110000 | 10000100 | 110011 | 100011 |
Color Harmonies of #2B853D
Complementary color
Monochromatic Colors of #2B853D
Black with #2B853D
Text Example
Text Example
White with #2B853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B853D; }
p { color: rgb(43,133,61); }
H1.HeaderClassName
{
color: #2B853D;
}
.AnyTagClassName
{
color: #2B853D;
}
</style>
background-color css
<style>
a { background-color: #2B853D; }
a { background-color: rgb(43,133,61); }
div.DivClassName
{
background-color: #2B853D;
}
.BgClassName
{
background-color: #2B853D;
}
</style>
border-color css
<style>
span { border-color: #2B853D; }
span { border-color: rgb(43,133,61); }
td.TdClassName
{
border-color: #2B853D;
}
.TagClassName
{
border-color: #2B853D;
}
</style>