Shades of Japanese Laurel #2C893E
Tints of Japanese Laurel #2C893E
RGB
CMYK
RGB Variations
Color information
#2C893E (or 0x2C893E) is known color: Japanese Laurel. HEX triplet: 2C, 89 and 3E. RGB value is (44,137,62). Sum of RGB (Red+Green+Blue) = 44+137+62=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #2C893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C893E is #D376C1. Grayscale: #646464. Windows color (decimal): -13858498 or 4098348. OLE color: 4098348.
HSL color Cylindrical-coordinate representation of color #2C893E: hue angle of 131.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C893E is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 137 | 62 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.46 |
| HSL | 131.61º | 0.51% | 0.35% | - |
| HSV(B) | 131.61º | 0.68% | 0.54% | - |
| XYZ | 10.85 | 18.77 | 7.61 | - |
| YUV | 100.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 62 | 0.68 | 0 | 0.55 | 0.46 | 131.61 | 0.51 | 0.35 |
| Hex | 2C | 89 | 3E | 44 | 0 | 37 | 2E | 84 | 33 | 23 |
| Octal | 54 | 211 | 76 | 104 | 0 | 67 | 56 | 204 | 63 | 43 |
| Binary | 101100 | 10001001 | 111110 | 1000100 | 0 | 110111 | 101110 | 10000100 | 110011 | 100011 |
Color Harmonies of #2C893E
Complementary color
Monochromatic Colors of #2C893E
Black with #2C893E
Text Example
Text Example
White with #2C893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C893E; }
p { color: rgb(44,137,62); }
H1.HeaderClassName
{
color: #2C893E;
}
.AnyTagClassName
{
color: #2C893E;
}
</style>
background-color css
<style>
a { background-color: #2C893E; }
a { background-color: rgb(44,137,62); }
div.DivClassName
{
background-color: #2C893E;
}
.BgClassName
{
background-color: #2C893E;
}
</style>
border-color css
<style>
span { border-color: #2C893E; }
span { border-color: rgb(44,137,62); }
td.TdClassName
{
border-color: #2C893E;
}
.TagClassName
{
border-color: #2C893E;
}
</style>