Shades of Japanese Laurel #2C783A
Tints of Japanese Laurel #2C783A
RGB
CMYK
RGB Variations
Color information
#2C783A (or 0x2C783A) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 3A. RGB value is (44,120,58). Sum of RGB (Red+Green+Blue) = 44+120+58=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #2C783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C783A is #D387C5. Grayscale: #5A5A5A. Windows color (decimal): -13862854 or 3831852. OLE color: 3831852.
HSL color Cylindrical-coordinate representation of color #2C783A: hue angle of 131.05º 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 #2C783A is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 58 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.53 |
| HSL | 131.05º | 0.46% | 0.32% | - |
| HSV(B) | 131.05º | 0.63% | 0.47% | - |
| XYZ | 8.52 | 14.27 | 6.31 | - |
| YUV | 90.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 58 | 0.63 | 0 | 0.52 | 0.53 | 131.05 | 0.46 | 0.32 |
| Hex | 2C | 78 | 3A | 3F | 0 | 34 | 35 | 83 | 2E | 20 |
| Octal | 54 | 170 | 72 | 77 | 0 | 64 | 65 | 203 | 56 | 40 |
| Binary | 101100 | 1111000 | 111010 | 111111 | 0 | 110100 | 110101 | 10000011 | 101110 | 100000 |
Color Harmonies of #2C783A
Complementary color
Monochromatic Colors of #2C783A
Black with #2C783A
Text Example
Text Example
White with #2C783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C783A; }
p { color: rgb(44,120,58); }
H1.HeaderClassName
{
color: #2C783A;
}
.AnyTagClassName
{
color: #2C783A;
}
</style>
background-color css
<style>
a { background-color: #2C783A; }
a { background-color: rgb(44,120,58); }
div.DivClassName
{
background-color: #2C783A;
}
.BgClassName
{
background-color: #2C783A;
}
</style>
border-color css
<style>
span { border-color: #2C783A; }
span { border-color: rgb(44,120,58); }
td.TdClassName
{
border-color: #2C783A;
}
.TagClassName
{
border-color: #2C783A;
}
</style>