Shades of Japanese Laurel #2C8D38
Tints of Japanese Laurel #2C8D38
RGB
CMYK
RGB Variations
Color information
#2C8D38 (or 0x2C8D38) is known color: Japanese Laurel. HEX triplet: 2C, 8D and 38. RGB value is (44,141,56). Sum of RGB (Red+Green+Blue) = 44+141+56=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8D38 is #D372C7. Grayscale: #666666. Windows color (decimal): -13857480 or 3706156. OLE color: 3706156.
HSL color Cylindrical-coordinate representation of color #2C8D38: hue angle of 127.42º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8D38 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 141 | 56 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.45 |
| HSL | 127.42º | 0.52% | 0.36% | - |
| HSV(B) | 127.42º | 0.69% | 0.55% | - |
| XYZ | 11.28 | 19.87 | 6.98 | - |
| YUV | 102.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 141 | 56 | 0.69 | 0 | 0.60 | 0.45 | 127.42 | 0.52 | 0.36 |
| Hex | 2C | 8D | 38 | 45 | 0 | 3C | 2D | 7F | 34 | 24 |
| Octal | 54 | 215 | 70 | 105 | 0 | 74 | 55 | 177 | 64 | 44 |
| Binary | 101100 | 10001101 | 111000 | 1000101 | 0 | 111100 | 101101 | 1111111 | 110100 | 100100 |
Color Harmonies of #2C8D38
Complementary color
Monochromatic Colors of #2C8D38
Black with #2C8D38
Text Example
Text Example
White with #2C8D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8D38; }
p { color: rgb(44,141,56); }
H1.HeaderClassName
{
color: #2C8D38;
}
.AnyTagClassName
{
color: #2C8D38;
}
</style>
background-color css
<style>
a { background-color: #2C8D38; }
a { background-color: rgb(44,141,56); }
div.DivClassName
{
background-color: #2C8D38;
}
.BgClassName
{
background-color: #2C8D38;
}
</style>
border-color css
<style>
span { border-color: #2C8D38; }
span { border-color: rgb(44,141,56); }
td.TdClassName
{
border-color: #2C8D38;
}
.TagClassName
{
border-color: #2C8D38;
}
</style>