Shades of Japanese Laurel #2C8537
Tints of Japanese Laurel #2C8537
RGB
CMYK
RGB Variations
Color information
#2C8537 (or 0x2C8537) is known color: Japanese Laurel. HEX triplet: 2C, 85 and 37. RGB value is (44,133,55). Sum of RGB (Red+Green+Blue) = 44+133+55=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8537 is #D37AC8. Grayscale: #616161. Windows color (decimal): -13859529 or 3638572. OLE color: 3638572.
HSL color Cylindrical-coordinate representation of color #2C8537: hue angle of 127.42º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8537 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 55 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.48 |
| HSL | 127.42º | 0.5% | 0.35% | - |
| HSV(B) | 127.42º | 0.67% | 0.52% | - |
| XYZ | 10.12 | 17.59 | 6.48 | - |
| YUV | 97.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 55 | 0.67 | 0 | 0.59 | 0.48 | 127.42 | 0.5 | 0.35 |
| Hex | 2C | 85 | 37 | 43 | 0 | 3B | 30 | 7F | 32 | 23 |
| Octal | 54 | 205 | 67 | 103 | 0 | 73 | 60 | 177 | 62 | 43 |
| Binary | 101100 | 10000101 | 110111 | 1000011 | 0 | 111011 | 110000 | 1111111 | 110010 | 100011 |
Color Harmonies of #2C8537
Complementary color
Monochromatic Colors of #2C8537
Black with #2C8537
Text Example
Text Example
White with #2C8537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8537; }
p { color: rgb(44,133,55); }
H1.HeaderClassName
{
color: #2C8537;
}
.AnyTagClassName
{
color: #2C8537;
}
</style>
background-color css
<style>
a { background-color: #2C8537; }
a { background-color: rgb(44,133,55); }
div.DivClassName
{
background-color: #2C8537;
}
.BgClassName
{
background-color: #2C8537;
}
</style>
border-color css
<style>
span { border-color: #2C8537; }
span { border-color: rgb(44,133,55); }
td.TdClassName
{
border-color: #2C8537;
}
.TagClassName
{
border-color: #2C8537;
}
</style>