Shades of Japanese Laurel #2C7839
Tints of Japanese Laurel #2C7839
RGB
CMYK
RGB Variations
Color information
#2C7839 (or 0x2C7839) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 39. RGB value is (44,120,57). Sum of RGB (Red+Green+Blue) = 44+120+57=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7839 is #D387C6. Grayscale: #5A5A5A. Windows color (decimal): -13862855 or 3766316. OLE color: 3766316.
HSL color Cylindrical-coordinate representation of color #2C7839: hue angle of 130.26º 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 #2C7839 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 57 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.53 |
| HSL | 130.26º | 0.46% | 0.32% | - |
| HSV(B) | 130.26º | 0.63% | 0.47% | - |
| XYZ | 8.49 | 14.26 | 6.18 | - |
| YUV | 90.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 57 | 0.63 | 0 | 0.52 | 0.53 | 130.26 | 0.46 | 0.32 |
| Hex | 2C | 78 | 39 | 3F | 0 | 34 | 35 | 82 | 2E | 20 |
| Octal | 54 | 170 | 71 | 77 | 0 | 64 | 65 | 202 | 56 | 40 |
| Binary | 101100 | 1111000 | 111001 | 111111 | 0 | 110100 | 110101 | 10000010 | 101110 | 100000 |
Color Harmonies of #2C7839
Complementary color
Monochromatic Colors of #2C7839
Black with #2C7839
Text Example
Text Example
White with #2C7839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7839; }
p { color: rgb(44,120,57); }
H1.HeaderClassName
{
color: #2C7839;
}
.AnyTagClassName
{
color: #2C7839;
}
</style>
background-color css
<style>
a { background-color: #2C7839; }
a { background-color: rgb(44,120,57); }
div.DivClassName
{
background-color: #2C7839;
}
.BgClassName
{
background-color: #2C7839;
}
</style>
border-color css
<style>
span { border-color: #2C7839; }
span { border-color: rgb(44,120,57); }
td.TdClassName
{
border-color: #2C7839;
}
.TagClassName
{
border-color: #2C7839;
}
</style>