Shades of Japanese Laurel #2C7729
Tints of Japanese Laurel #2C7729
RGB
CMYK
RGB Variations
Color information
#2C7729 (or 0x2C7729) is known color: Japanese Laurel. HEX triplet: 2C, 77 and 29. RGB value is (44,119,41). Sum of RGB (Red+Green+Blue) = 44+119+41=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7729 is #D388D6. Grayscale: #575757. Windows color (decimal): -13863127 or 2717484. OLE color: 2717484.
HSL color Cylindrical-coordinate representation of color #2C7729: hue angle of 117.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C7729 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 41 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.53 |
| HSL | 117.69º | 0.49% | 0.31% | - |
| HSV(B) | 117.69º | 0.66% | 0.47% | - |
| XYZ | 8.04 | 13.89 | 4.36 | - |
| YUV | 87.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 41 | 0.63 | 0 | 0.66 | 0.53 | 117.69 | 0.49 | 0.31 |
| Hex | 2C | 77 | 29 | 3F | 0 | 42 | 35 | 76 | 31 | 1F |
| Octal | 54 | 167 | 51 | 77 | 0 | 102 | 65 | 166 | 61 | 37 |
| Binary | 101100 | 1110111 | 101001 | 111111 | 0 | 1000010 | 110101 | 1110110 | 110001 | 11111 |
Color Harmonies of #2C7729
Complementary color
Monochromatic Colors of #2C7729
Black with #2C7729
Text Example
Text Example
White with #2C7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7729; }
p { color: rgb(44,119,41); }
H1.HeaderClassName
{
color: #2C7729;
}
.AnyTagClassName
{
color: #2C7729;
}
</style>
background-color css
<style>
a { background-color: #2C7729; }
a { background-color: rgb(44,119,41); }
div.DivClassName
{
background-color: #2C7729;
}
.BgClassName
{
background-color: #2C7729;
}
</style>
border-color css
<style>
span { border-color: #2C7729; }
span { border-color: rgb(44,119,41); }
td.TdClassName
{
border-color: #2C7729;
}
.TagClassName
{
border-color: #2C7729;
}
</style>