Shades of Japanese Laurel #2E8634
Tints of Japanese Laurel #2E8634
RGB
CMYK
RGB Variations
Color information
#2E8634 (or 0x2E8634) is known color: Japanese Laurel. HEX triplet: 2E, 86 and 34. RGB value is (46,134,52). Sum of RGB (Red+Green+Blue) = 46+134+52=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8634 is #D179CB. Grayscale: #626262. Windows color (decimal): -13728204 or 3442222. OLE color: 3442222.
HSL color Cylindrical-coordinate representation of color #2E8634: hue angle of 124.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8634 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 134 | 52 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.47 |
| HSL | 124.09º | 0.49% | 0.35% | - |
| HSV(B) | 124.09º | 0.66% | 0.53% | - |
| XYZ | 10.27 | 17.88 | 6.16 | - |
| YUV | 98.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 134 | 52 | 0.66 | 0 | 0.61 | 0.47 | 124.09 | 0.49 | 0.35 |
| Hex | 2E | 86 | 34 | 42 | 0 | 3D | 2F | 7C | 31 | 23 |
| Octal | 56 | 206 | 64 | 102 | 0 | 75 | 57 | 174 | 61 | 43 |
| Binary | 101110 | 10000110 | 110100 | 1000010 | 0 | 111101 | 101111 | 1111100 | 110001 | 100011 |
Color Harmonies of #2E8634
Complementary color
Monochromatic Colors of #2E8634
Black with #2E8634
Text Example
Text Example
White with #2E8634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8634; }
p { color: rgb(46,134,52); }
H1.HeaderClassName
{
color: #2E8634;
}
.AnyTagClassName
{
color: #2E8634;
}
</style>
background-color css
<style>
a { background-color: #2E8634; }
a { background-color: rgb(46,134,52); }
div.DivClassName
{
background-color: #2E8634;
}
.BgClassName
{
background-color: #2E8634;
}
</style>
border-color css
<style>
span { border-color: #2E8634; }
span { border-color: rgb(46,134,52); }
td.TdClassName
{
border-color: #2E8634;
}
.TagClassName
{
border-color: #2E8634;
}
</style>