Shades of Japanese Laurel #2C7E28
Tints of Japanese Laurel #2C7E28
RGB
CMYK
RGB Variations
Color information
#2C7E28 (or 0x2C7E28) is known color: Japanese Laurel. HEX triplet: 2C, 7E and 28. RGB value is (44,126,40). Sum of RGB (Red+Green+Blue) = 44+126+40=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #2C7E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7E28 is #D381D7. Grayscale: #5B5B5B. Windows color (decimal): -13861336 or 2653740. OLE color: 2653740.
HSL color Cylindrical-coordinate representation of color #2C7E28: hue angle of 117.21º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C7E28 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 126 | 40 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.51 |
| HSL | 117.21º | 0.52% | 0.33% | - |
| HSV(B) | 117.21º | 0.68% | 0.49% | - |
| XYZ | 8.88 | 15.61 | 4.55 | - |
| YUV | 91.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 126 | 40 | 0.65 | 0 | 0.68 | 0.51 | 117.21 | 0.52 | 0.33 |
| Hex | 2C | 7E | 28 | 41 | 0 | 44 | 33 | 75 | 34 | 21 |
| Octal | 54 | 176 | 50 | 101 | 0 | 104 | 63 | 165 | 64 | 41 |
| Binary | 101100 | 1111110 | 101000 | 1000001 | 0 | 1000100 | 110011 | 1110101 | 110100 | 100001 |
Color Harmonies of #2C7E28
Complementary color
Monochromatic Colors of #2C7E28
Black with #2C7E28
Text Example
Text Example
White with #2C7E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7E28; }
p { color: rgb(44,126,40); }
H1.HeaderClassName
{
color: #2C7E28;
}
.AnyTagClassName
{
color: #2C7E28;
}
</style>
background-color css
<style>
a { background-color: #2C7E28; }
a { background-color: rgb(44,126,40); }
div.DivClassName
{
background-color: #2C7E28;
}
.BgClassName
{
background-color: #2C7E28;
}
</style>
border-color css
<style>
span { border-color: #2C7E28; }
span { border-color: rgb(44,126,40); }
td.TdClassName
{
border-color: #2C7E28;
}
.TagClassName
{
border-color: #2C7E28;
}
</style>