Shades of Japanese Laurel #2E893C
Tints of Japanese Laurel #2E893C
RGB
CMYK
RGB Variations
Color information
#2E893C (or 0x2E893C) is known color: Japanese Laurel. HEX triplet: 2E, 89 and 3C. RGB value is (46,137,60). Sum of RGB (Red+Green+Blue) = 46+137+60=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #2E893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E893C is #D176C3. Grayscale: #656565. Windows color (decimal): -13727428 or 3967278. OLE color: 3967278.
HSL color Cylindrical-coordinate representation of color #2E893C: hue angle of 129.23º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E893C is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 60 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.46 |
| HSL | 129.23º | 0.5% | 0.36% | - |
| HSV(B) | 129.23º | 0.66% | 0.54% | - |
| XYZ | 10.89 | 18.8 | 7.33 | - |
| YUV | 101.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 60 | 0.66 | 0 | 0.56 | 0.46 | 129.23 | 0.5 | 0.36 |
| Hex | 2E | 89 | 3C | 42 | 0 | 38 | 2E | 81 | 32 | 24 |
| Octal | 56 | 211 | 74 | 102 | 0 | 70 | 56 | 201 | 62 | 44 |
| Binary | 101110 | 10001001 | 111100 | 1000010 | 0 | 111000 | 101110 | 10000001 | 110010 | 100100 |
Color Harmonies of #2E893C
Complementary color
Monochromatic Colors of #2E893C
Black with #2E893C
Text Example
Text Example
White with #2E893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E893C; }
p { color: rgb(46,137,60); }
H1.HeaderClassName
{
color: #2E893C;
}
.AnyTagClassName
{
color: #2E893C;
}
</style>
background-color css
<style>
a { background-color: #2E893C; }
a { background-color: rgb(46,137,60); }
div.DivClassName
{
background-color: #2E893C;
}
.BgClassName
{
background-color: #2E893C;
}
</style>
border-color css
<style>
span { border-color: #2E893C; }
span { border-color: rgb(46,137,60); }
td.TdClassName
{
border-color: #2E893C;
}
.TagClassName
{
border-color: #2E893C;
}
</style>