Shades of Japanese Laurel #2B783D
Tints of Japanese Laurel #2B783D
RGB
CMYK
RGB Variations
Color information
#2B783D (or 0x2B783D) is known color: Japanese Laurel. HEX triplet: 2B, 78 and 3D. RGB value is (43,120,61). Sum of RGB (Red+Green+Blue) = 43+120+61=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #2B783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B783D is #D487C2. Grayscale: #5A5A5A. Windows color (decimal): -13928387 or 4028459. OLE color: 4028459.
HSL color Cylindrical-coordinate representation of color #2B783D: hue angle of 134.03º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B783D is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 61 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.53 |
| HSL | 134.03º | 0.47% | 0.32% | - |
| HSV(B) | 134.03º | 0.64% | 0.47% | - |
| XYZ | 8.56 | 14.28 | 6.72 | - |
| YUV | 90.25 | 111.49 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 61 | 0.64 | 0 | 0.49 | 0.53 | 134.03 | 0.47 | 0.32 |
| Hex | 2B | 78 | 3D | 40 | 0 | 31 | 35 | 86 | 2F | 20 |
| Octal | 53 | 170 | 75 | 100 | 0 | 61 | 65 | 206 | 57 | 40 |
| Binary | 101011 | 1111000 | 111101 | 1000000 | 0 | 110001 | 110101 | 10000110 | 101111 | 100000 |
Color Harmonies of #2B783D
Complementary color
Monochromatic Colors of #2B783D
Black with #2B783D
Text Example
Text Example
White with #2B783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B783D; }
p { color: rgb(43,120,61); }
H1.HeaderClassName
{
color: #2B783D;
}
.AnyTagClassName
{
color: #2B783D;
}
</style>
background-color css
<style>
a { background-color: #2B783D; }
a { background-color: rgb(43,120,61); }
div.DivClassName
{
background-color: #2B783D;
}
.BgClassName
{
background-color: #2B783D;
}
</style>
border-color css
<style>
span { border-color: #2B783D; }
span { border-color: rgb(43,120,61); }
td.TdClassName
{
border-color: #2B783D;
}
.TagClassName
{
border-color: #2B783D;
}
</style>