Shades of Japanese Laurel #2C7828
Tints of Japanese Laurel #2C7828
RGB
CMYK
RGB Variations
Color information
#2C7828 (or 0x2C7828) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 28. RGB value is (44,120,40). Sum of RGB (Red+Green+Blue) = 44+120+40=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7828 is #D387D7. Grayscale: #585858. Windows color (decimal): -13862872 or 2652204. OLE color: 2652204.
HSL color Cylindrical-coordinate representation of color #2C7828: hue angle of 117º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7828 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 40 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.53 |
| HSL | 117º | 0.5% | 0.31% | - |
| HSV(B) | 117º | 0.67% | 0.47% | - |
| XYZ | 8.14 | 14.12 | 4.3 | - |
| YUV | 88.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 40 | 0.63 | 0 | 0.67 | 0.53 | 117 | 0.5 | 0.31 |
| Hex | 2C | 78 | 28 | 3F | 0 | 43 | 35 | 75 | 32 | 1F |
| Octal | 54 | 170 | 50 | 77 | 0 | 103 | 65 | 165 | 62 | 37 |
| Binary | 101100 | 1111000 | 101000 | 111111 | 0 | 1000011 | 110101 | 1110101 | 110010 | 11111 |
Color Harmonies of #2C7828
Complementary color
Monochromatic Colors of #2C7828
Black with #2C7828
Text Example
Text Example
White with #2C7828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7828; }
p { color: rgb(44,120,40); }
H1.HeaderClassName
{
color: #2C7828;
}
.AnyTagClassName
{
color: #2C7828;
}
</style>
background-color css
<style>
a { background-color: #2C7828; }
a { background-color: rgb(44,120,40); }
div.DivClassName
{
background-color: #2C7828;
}
.BgClassName
{
background-color: #2C7828;
}
</style>
border-color css
<style>
span { border-color: #2C7828; }
span { border-color: rgb(44,120,40); }
td.TdClassName
{
border-color: #2C7828;
}
.TagClassName
{
border-color: #2C7828;
}
</style>