Shades of Japanese Laurel #2C783B
Tints of Japanese Laurel #2C783B
RGB
CMYK
RGB Variations
Color information
#2C783B (or 0x2C783B) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 3B. RGB value is (44,120,59). Sum of RGB (Red+Green+Blue) = 44+120+59=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #2C783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C783B is #D387C4. Grayscale: #5A5A5A. Windows color (decimal): -13862853 or 3897388. OLE color: 3897388.
HSL color Cylindrical-coordinate representation of color #2C783B: hue angle of 131.84º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C783B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 59 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.53 |
| HSL | 131.84º | 0.46% | 0.32% | - |
| HSV(B) | 131.84º | 0.63% | 0.47% | - |
| XYZ | 8.54 | 14.28 | 6.44 | - |
| YUV | 90.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 59 | 0.63 | 0 | 0.51 | 0.53 | 131.84 | 0.46 | 0.32 |
| Hex | 2C | 78 | 3B | 3F | 0 | 33 | 35 | 84 | 2E | 20 |
| Octal | 54 | 170 | 73 | 77 | 0 | 63 | 65 | 204 | 56 | 40 |
| Binary | 101100 | 1111000 | 111011 | 111111 | 0 | 110011 | 110101 | 10000100 | 101110 | 100000 |
Color Harmonies of #2C783B
Complementary color
Monochromatic Colors of #2C783B
Black with #2C783B
Text Example
Text Example
White with #2C783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C783B; }
p { color: rgb(44,120,59); }
H1.HeaderClassName
{
color: #2C783B;
}
.AnyTagClassName
{
color: #2C783B;
}
</style>
background-color css
<style>
a { background-color: #2C783B; }
a { background-color: rgb(44,120,59); }
div.DivClassName
{
background-color: #2C783B;
}
.BgClassName
{
background-color: #2C783B;
}
</style>
border-color css
<style>
span { border-color: #2C783B; }
span { border-color: rgb(44,120,59); }
td.TdClassName
{
border-color: #2C783B;
}
.TagClassName
{
border-color: #2C783B;
}
</style>