Shades of Japanese Laurel #2C7821
Tints of Japanese Laurel #2C7821
RGB
CMYK
RGB Variations
Color information
#2C7821 (or 0x2C7821) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 21. RGB value is (44,120,33). Sum of RGB (Red+Green+Blue) = 44+120+33=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7821 is #D387DE. Grayscale: #575757. Windows color (decimal): -13862879 or 2193452. OLE color: 2193452.
HSL color Cylindrical-coordinate representation of color #2C7821: hue angle of 112.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C7821 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 33 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.53 |
| HSL | 112.41º | 0.57% | 0.3% | - |
| HSV(B) | 112.41º | 0.73% | 0.47% | - |
| XYZ | 8.03 | 14.08 | 3.73 | - |
| YUV | 87.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 33 | 0.63 | 0 | 0.72 | 0.53 | 112.41 | 0.57 | 0.3 |
| Hex | 2C | 78 | 21 | 3F | 0 | 48 | 35 | 70 | 39 | 1E |
| Octal | 54 | 170 | 41 | 77 | 0 | 110 | 65 | 160 | 71 | 36 |
| Binary | 101100 | 1111000 | 100001 | 111111 | 0 | 1001000 | 110101 | 1110000 | 111001 | 11110 |
Color Harmonies of #2C7821
Complementary color
Monochromatic Colors of #2C7821
Black with #2C7821
Text Example
Text Example
White with #2C7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7821; }
p { color: rgb(44,120,33); }
H1.HeaderClassName
{
color: #2C7821;
}
.AnyTagClassName
{
color: #2C7821;
}
</style>
background-color css
<style>
a { background-color: #2C7821; }
a { background-color: rgb(44,120,33); }
div.DivClassName
{
background-color: #2C7821;
}
.BgClassName
{
background-color: #2C7821;
}
</style>
border-color css
<style>
span { border-color: #2C7821; }
span { border-color: rgb(44,120,33); }
td.TdClassName
{
border-color: #2C7821;
}
.TagClassName
{
border-color: #2C7821;
}
</style>