Shades of Japanese Laurel #2C773C
Tints of Japanese Laurel #2C773C
RGB
CMYK
RGB Variations
Color information
#2C773C (or 0x2C773C) is known color: Japanese Laurel. HEX triplet: 2C, 77 and 3C. RGB value is (44,119,60). Sum of RGB (Red+Green+Blue) = 44+119+60=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #2C773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C773C is #D388C3. Grayscale: #5A5A5A. Windows color (decimal): -13863108 or 3962668. OLE color: 3962668.
HSL color Cylindrical-coordinate representation of color #2C773C: hue angle of 132.8º 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 #2C773C is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 60 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.53 |
| HSL | 132.8º | 0.46% | 0.32% | - |
| HSV(B) | 132.8º | 0.63% | 0.47% | - |
| XYZ | 8.45 | 14.06 | 6.54 | - |
| YUV | 89.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 60 | 0.63 | 0 | 0.50 | 0.53 | 132.8 | 0.46 | 0.32 |
| Hex | 2C | 77 | 3C | 3F | 0 | 32 | 35 | 85 | 2E | 20 |
| Octal | 54 | 167 | 74 | 77 | 0 | 62 | 65 | 205 | 56 | 40 |
| Binary | 101100 | 1110111 | 111100 | 111111 | 0 | 110010 | 110101 | 10000101 | 101110 | 100000 |
Color Harmonies of #2C773C
Complementary color
Monochromatic Colors of #2C773C
Black with #2C773C
Text Example
Text Example
White with #2C773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C773C; }
p { color: rgb(44,119,60); }
H1.HeaderClassName
{
color: #2C773C;
}
.AnyTagClassName
{
color: #2C773C;
}
</style>
background-color css
<style>
a { background-color: #2C773C; }
a { background-color: rgb(44,119,60); }
div.DivClassName
{
background-color: #2C773C;
}
.BgClassName
{
background-color: #2C773C;
}
</style>
border-color css
<style>
span { border-color: #2C773C; }
span { border-color: rgb(44,119,60); }
td.TdClassName
{
border-color: #2C773C;
}
.TagClassName
{
border-color: #2C773C;
}
</style>