Shades of Japanese Laurel #2C7125
Tints of Japanese Laurel #2C7125
RGB
CMYK
RGB Variations
Color information
#2C7125 (or 0x2C7125) is known color: Japanese Laurel. HEX triplet: 2C, 71 and 25. RGB value is (44,113,37). Sum of RGB (Red+Green+Blue) = 44+113+37=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #2C7125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7125 is #D38EDA. Grayscale: #535353. Windows color (decimal): -13864667 or 2453804. OLE color: 2453804.
HSL color Cylindrical-coordinate representation of color #2C7125: hue angle of 114.47º degrees, saturation: 0.51, 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 #2C7125 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 113 | 37 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.56 |
| HSL | 114.47º | 0.51% | 0.29% | - |
| HSV(B) | 114.47º | 0.67% | 0.44% | - |
| XYZ | 7.28 | 12.48 | 3.78 | - |
| YUV | 83.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 37 | 0.61 | 0 | 0.67 | 0.56 | 114.47 | 0.51 | 0.29 |
| Hex | 2C | 71 | 25 | 3D | 0 | 43 | 38 | 72 | 33 | 1D |
| Octal | 54 | 161 | 45 | 75 | 0 | 103 | 70 | 162 | 63 | 35 |
| Binary | 101100 | 1110001 | 100101 | 111101 | 0 | 1000011 | 111000 | 1110010 | 110011 | 11101 |
Color Harmonies of #2C7125
Complementary color
Monochromatic Colors of #2C7125
Black with #2C7125
Text Example
Text Example
White with #2C7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7125; }
p { color: rgb(44,113,37); }
H1.HeaderClassName
{
color: #2C7125;
}
.AnyTagClassName
{
color: #2C7125;
}
</style>
background-color css
<style>
a { background-color: #2C7125; }
a { background-color: rgb(44,113,37); }
div.DivClassName
{
background-color: #2C7125;
}
.BgClassName
{
background-color: #2C7125;
}
</style>
border-color css
<style>
span { border-color: #2C7125; }
span { border-color: rgb(44,113,37); }
td.TdClassName
{
border-color: #2C7125;
}
.TagClassName
{
border-color: #2C7125;
}
</style>