Shades of Japanese Laurel #2C7026
Tints of Japanese Laurel #2C7026
RGB
CMYK
RGB Variations
Color information
#2C7026 (or 0x2C7026) is known color: Japanese Laurel. HEX triplet: 2C, 70 and 26. RGB value is (44,112,38). Sum of RGB (Red+Green+Blue) = 44+112+38=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7026 is #D38FD9. Grayscale: #535353. Windows color (decimal): -13864922 or 2519084. OLE color: 2519084.
HSL color Cylindrical-coordinate representation of color #2C7026: hue angle of 115.14º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C7026 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 38 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.56 |
| HSL | 115.14º | 0.49% | 0.29% | - |
| HSV(B) | 115.14º | 0.66% | 0.44% | - |
| XYZ | 7.18 | 12.26 | 3.82 | - |
| YUV | 83.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 38 | 0.61 | 0 | 0.66 | 0.56 | 115.14 | 0.49 | 0.29 |
| Hex | 2C | 70 | 26 | 3D | 0 | 42 | 38 | 73 | 31 | 1D |
| Octal | 54 | 160 | 46 | 75 | 0 | 102 | 70 | 163 | 61 | 35 |
| Binary | 101100 | 1110000 | 100110 | 111101 | 0 | 1000010 | 111000 | 1110011 | 110001 | 11101 |
Color Harmonies of #2C7026
Complementary color
Monochromatic Colors of #2C7026
Black with #2C7026
Text Example
Text Example
White with #2C7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7026; }
p { color: rgb(44,112,38); }
H1.HeaderClassName
{
color: #2C7026;
}
.AnyTagClassName
{
color: #2C7026;
}
</style>
background-color css
<style>
a { background-color: #2C7026; }
a { background-color: rgb(44,112,38); }
div.DivClassName
{
background-color: #2C7026;
}
.BgClassName
{
background-color: #2C7026;
}
</style>
border-color css
<style>
span { border-color: #2C7026; }
span { border-color: rgb(44,112,38); }
td.TdClassName
{
border-color: #2C7026;
}
.TagClassName
{
border-color: #2C7026;
}
</style>