Shades of Japanese Laurel #2C842D
Tints of Japanese Laurel #2C842D
RGB
CMYK
RGB Variations
Color information
#2C842D (or 0x2C842D) is known color: Japanese Laurel. HEX triplet: 2C, 84 and 2D. RGB value is (44,132,45). Sum of RGB (Red+Green+Blue) = 44+132+45=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #2C842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C842D is #D37BD2. Grayscale: #606060. Windows color (decimal): -13859795 or 2982956. OLE color: 2982956.
HSL color Cylindrical-coordinate representation of color #2C842D: hue angle of 120.68º 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 #2C842D is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 132 | 45 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.48 |
| HSL | 120.68º | 0.5% | 0.35% | - |
| HSV(B) | 120.68º | 0.67% | 0.52% | - |
| XYZ | 9.76 | 17.23 | 5.29 | - |
| YUV | 95.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 132 | 45 | 0.67 | 0 | 0.66 | 0.48 | 120.68 | 0.5 | 0.35 |
| Hex | 2C | 84 | 2D | 43 | 0 | 42 | 30 | 79 | 32 | 23 |
| Octal | 54 | 204 | 55 | 103 | 0 | 102 | 60 | 171 | 62 | 43 |
| Binary | 101100 | 10000100 | 101101 | 1000011 | 0 | 1000010 | 110000 | 1111001 | 110010 | 100011 |
Color Harmonies of #2C842D
Complementary color
Monochromatic Colors of #2C842D
Black with #2C842D
Text Example
Text Example
White with #2C842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C842D; }
p { color: rgb(44,132,45); }
H1.HeaderClassName
{
color: #2C842D;
}
.AnyTagClassName
{
color: #2C842D;
}
</style>
background-color css
<style>
a { background-color: #2C842D; }
a { background-color: rgb(44,132,45); }
div.DivClassName
{
background-color: #2C842D;
}
.BgClassName
{
background-color: #2C842D;
}
</style>
border-color css
<style>
span { border-color: #2C842D; }
span { border-color: rgb(44,132,45); }
td.TdClassName
{
border-color: #2C842D;
}
.TagClassName
{
border-color: #2C842D;
}
</style>