Shades of Japanese Laurel #2C7025
Tints of Japanese Laurel #2C7025
RGB
CMYK
RGB Variations
Color information
#2C7025 (or 0x2C7025) is known color: Japanese Laurel. HEX triplet: 2C, 70 and 25. RGB value is (44,112,37). Sum of RGB (Red+Green+Blue) = 44+112+37=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7025 is #D38FDA. Grayscale: #535353. Windows color (decimal): -13864923 or 2453548. OLE color: 2453548.
HSL color Cylindrical-coordinate representation of color #2C7025: hue angle of 114.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C7025 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 37 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.56 |
| HSL | 114.4º | 0.5% | 0.29% | - |
| HSV(B) | 114.4º | 0.67% | 0.44% | - |
| XYZ | 7.17 | 12.26 | 3.74 | - |
| YUV | 83.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 37 | 0.61 | 0 | 0.67 | 0.56 | 114.4 | 0.5 | 0.29 |
| Hex | 2C | 70 | 25 | 3D | 0 | 43 | 38 | 72 | 32 | 1D |
| Octal | 54 | 160 | 45 | 75 | 0 | 103 | 70 | 162 | 62 | 35 |
| Binary | 101100 | 1110000 | 100101 | 111101 | 0 | 1000011 | 111000 | 1110010 | 110010 | 11101 |
Color Harmonies of #2C7025
Complementary color
Monochromatic Colors of #2C7025
Black with #2C7025
Text Example
Text Example
White with #2C7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7025; }
p { color: rgb(44,112,37); }
H1.HeaderClassName
{
color: #2C7025;
}
.AnyTagClassName
{
color: #2C7025;
}
</style>
background-color css
<style>
a { background-color: #2C7025; }
a { background-color: rgb(44,112,37); }
div.DivClassName
{
background-color: #2C7025;
}
.BgClassName
{
background-color: #2C7025;
}
</style>
border-color css
<style>
span { border-color: #2C7025; }
span { border-color: rgb(44,112,37); }
td.TdClassName
{
border-color: #2C7025;
}
.TagClassName
{
border-color: #2C7025;
}
</style>