Shades of Japanese Laurel #2C7827
Tints of Japanese Laurel #2C7827
RGB
CMYK
RGB Variations
Color information
#2C7827 (or 0x2C7827) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 27. RGB value is (44,120,39). Sum of RGB (Red+Green+Blue) = 44+120+39=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #2C7827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7827 is #D387D8. Grayscale: #585858. Windows color (decimal): -13862873 or 2586668. OLE color: 2586668.
HSL color Cylindrical-coordinate representation of color #2C7827: hue angle of 116.3º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C7827 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 39 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.53 |
| HSL | 116.3º | 0.51% | 0.31% | - |
| HSV(B) | 116.3º | 0.68% | 0.47% | - |
| XYZ | 8.12 | 14.11 | 4.22 | - |
| YUV | 88.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 39 | 0.63 | 0 | 0.67 | 0.53 | 116.3 | 0.51 | 0.31 |
| Hex | 2C | 78 | 27 | 3F | 0 | 43 | 35 | 74 | 33 | 1F |
| Octal | 54 | 170 | 47 | 77 | 0 | 103 | 65 | 164 | 63 | 37 |
| Binary | 101100 | 1111000 | 100111 | 111111 | 0 | 1000011 | 110101 | 1110100 | 110011 | 11111 |
Color Harmonies of #2C7827
Complementary color
Monochromatic Colors of #2C7827
Black with #2C7827
Text Example
Text Example
White with #2C7827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7827; }
p { color: rgb(44,120,39); }
H1.HeaderClassName
{
color: #2C7827;
}
.AnyTagClassName
{
color: #2C7827;
}
</style>
background-color css
<style>
a { background-color: #2C7827; }
a { background-color: rgb(44,120,39); }
div.DivClassName
{
background-color: #2C7827;
}
.BgClassName
{
background-color: #2C7827;
}
</style>
border-color css
<style>
span { border-color: #2C7827; }
span { border-color: rgb(44,120,39); }
td.TdClassName
{
border-color: #2C7827;
}
.TagClassName
{
border-color: #2C7827;
}
</style>