Shades of Japanese Laurel #2C7023
Tints of Japanese Laurel #2C7023
RGB
CMYK
RGB Variations
Color information
#2C7023 (or 0x2C7023) is known color: Japanese Laurel. HEX triplet: 2C, 70 and 23. RGB value is (44,112,35). Sum of RGB (Red+Green+Blue) = 44+112+35=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7023 is #D38FDC. Grayscale: #535353. Windows color (decimal): -13864925 or 2322476. OLE color: 2322476.
HSL color Cylindrical-coordinate representation of color #2C7023: hue angle of 112.99º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C7023 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 112 | 35 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.56 |
| HSL | 112.99º | 0.52% | 0.29% | - |
| HSV(B) | 112.99º | 0.69% | 0.44% | - |
| XYZ | 7.14 | 12.25 | 3.58 | - |
| YUV | 82.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 35 | 0.61 | 0 | 0.69 | 0.56 | 112.99 | 0.52 | 0.29 |
| Hex | 2C | 70 | 23 | 3D | 0 | 45 | 38 | 71 | 34 | 1D |
| Octal | 54 | 160 | 43 | 75 | 0 | 105 | 70 | 161 | 64 | 35 |
| Binary | 101100 | 1110000 | 100011 | 111101 | 0 | 1000101 | 111000 | 1110001 | 110100 | 11101 |
Color Harmonies of #2C7023
Complementary color
Monochromatic Colors of #2C7023
Black with #2C7023
Text Example
Text Example
White with #2C7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7023; }
p { color: rgb(44,112,35); }
H1.HeaderClassName
{
color: #2C7023;
}
.AnyTagClassName
{
color: #2C7023;
}
</style>
background-color css
<style>
a { background-color: #2C7023; }
a { background-color: rgb(44,112,35); }
div.DivClassName
{
background-color: #2C7023;
}
.BgClassName
{
background-color: #2C7023;
}
</style>
border-color css
<style>
span { border-color: #2C7023; }
span { border-color: rgb(44,112,35); }
td.TdClassName
{
border-color: #2C7023;
}
.TagClassName
{
border-color: #2C7023;
}
</style>