Shades of Japanese Laurel #2C763B
Tints of Japanese Laurel #2C763B
RGB
CMYK
RGB Variations
Color information
#2C763B (or 0x2C763B) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 3B. RGB value is (44,118,59). Sum of RGB (Red+Green+Blue) = 44+118+59=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #2C763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C763B is #D389C4. Grayscale: #595959. Windows color (decimal): -13863365 or 3896876. OLE color: 3896876.
HSL color Cylindrical-coordinate representation of color #2C763B: hue angle of 132.16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C763B is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 118 | 59 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.54 |
| HSL | 132.16º | 0.46% | 0.32% | - |
| HSV(B) | 132.16º | 0.63% | 0.46% | - |
| XYZ | 8.31 | 13.81 | 6.37 | - |
| YUV | 89.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 59 | 0.63 | 0 | 0.50 | 0.54 | 132.16 | 0.46 | 0.32 |
| Hex | 2C | 76 | 3B | 3F | 0 | 32 | 36 | 84 | 2E | 20 |
| Octal | 54 | 166 | 73 | 77 | 0 | 62 | 66 | 204 | 56 | 40 |
| Binary | 101100 | 1110110 | 111011 | 111111 | 0 | 110010 | 110110 | 10000100 | 101110 | 100000 |
Color Harmonies of #2C763B
Complementary color
Monochromatic Colors of #2C763B
Black with #2C763B
Text Example
Text Example
White with #2C763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C763B; }
p { color: rgb(44,118,59); }
H1.HeaderClassName
{
color: #2C763B;
}
.AnyTagClassName
{
color: #2C763B;
}
</style>
background-color css
<style>
a { background-color: #2C763B; }
a { background-color: rgb(44,118,59); }
div.DivClassName
{
background-color: #2C763B;
}
.BgClassName
{
background-color: #2C763B;
}
</style>
border-color css
<style>
span { border-color: #2C763B; }
span { border-color: rgb(44,118,59); }
td.TdClassName
{
border-color: #2C763B;
}
.TagClassName
{
border-color: #2C763B;
}
</style>