Shades of Japanese Laurel #2C883F
Tints of Japanese Laurel #2C883F
RGB
CMYK
RGB Variations
Color information
#2C883F (or 0x2C883F) is known color: Japanese Laurel. HEX triplet: 2C, 88 and 3F. RGB value is (44,136,63). Sum of RGB (Red+Green+Blue) = 44+136+63=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #2C883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C883F is #D377C0. Grayscale: #646464. Windows color (decimal): -13858753 or 4163628. OLE color: 4163628.
HSL color Cylindrical-coordinate representation of color #2C883F: hue angle of 132.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C883F is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 63 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.47 |
| HSL | 132.39º | 0.51% | 0.35% | - |
| HSV(B) | 132.39º | 0.68% | 0.53% | - |
| XYZ | 10.74 | 18.5 | 7.71 | - |
| YUV | 100.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 63 | 0.68 | 0 | 0.54 | 0.47 | 132.39 | 0.51 | 0.35 |
| Hex | 2C | 88 | 3F | 44 | 0 | 36 | 2F | 84 | 33 | 23 |
| Octal | 54 | 210 | 77 | 104 | 0 | 66 | 57 | 204 | 63 | 43 |
| Binary | 101100 | 10001000 | 111111 | 1000100 | 0 | 110110 | 101111 | 10000100 | 110011 | 100011 |
Color Harmonies of #2C883F
Complementary color
Monochromatic Colors of #2C883F
Black with #2C883F
Text Example
Text Example
White with #2C883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C883F; }
p { color: rgb(44,136,63); }
H1.HeaderClassName
{
color: #2C883F;
}
.AnyTagClassName
{
color: #2C883F;
}
</style>
background-color css
<style>
a { background-color: #2C883F; }
a { background-color: rgb(44,136,63); }
div.DivClassName
{
background-color: #2C883F;
}
.BgClassName
{
background-color: #2C883F;
}
</style>
border-color css
<style>
span { border-color: #2C883F; }
span { border-color: rgb(44,136,63); }
td.TdClassName
{
border-color: #2C883F;
}
.TagClassName
{
border-color: #2C883F;
}
</style>