Shades of Japanese Laurel #2E883C
Tints of Japanese Laurel #2E883C
RGB
CMYK
RGB Variations
Color information
#2E883C (or 0x2E883C) is known color: Japanese Laurel. HEX triplet: 2E, 88 and 3C. RGB value is (46,136,60). Sum of RGB (Red+Green+Blue) = 46+136+60=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #2E883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E883C is #D177C3. Grayscale: #646464. Windows color (decimal): -13727684 or 3967022. OLE color: 3967022.
HSL color Cylindrical-coordinate representation of color #2E883C: hue angle of 129.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E883C is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 60 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.47 |
| HSL | 129.33º | 0.49% | 0.36% | - |
| HSV(B) | 129.33º | 0.66% | 0.53% | - |
| XYZ | 10.75 | 18.52 | 7.28 | - |
| YUV | 100.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 60 | 0.66 | 0 | 0.56 | 0.47 | 129.33 | 0.49 | 0.36 |
| Hex | 2E | 88 | 3C | 42 | 0 | 38 | 2F | 81 | 31 | 24 |
| Octal | 56 | 210 | 74 | 102 | 0 | 70 | 57 | 201 | 61 | 44 |
| Binary | 101110 | 10001000 | 111100 | 1000010 | 0 | 111000 | 101111 | 10000001 | 110001 | 100100 |
Color Harmonies of #2E883C
Complementary color
Monochromatic Colors of #2E883C
Black with #2E883C
Text Example
Text Example
White with #2E883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E883C; }
p { color: rgb(46,136,60); }
H1.HeaderClassName
{
color: #2E883C;
}
.AnyTagClassName
{
color: #2E883C;
}
</style>
background-color css
<style>
a { background-color: #2E883C; }
a { background-color: rgb(46,136,60); }
div.DivClassName
{
background-color: #2E883C;
}
.BgClassName
{
background-color: #2E883C;
}
</style>
border-color css
<style>
span { border-color: #2E883C; }
span { border-color: rgb(46,136,60); }
td.TdClassName
{
border-color: #2E883C;
}
.TagClassName
{
border-color: #2E883C;
}
</style>