Shades of Japanese Laurel #2E8538
Tints of Japanese Laurel #2E8538
RGB
CMYK
RGB Variations
Color information
#2E8538 (or 0x2E8538) is known color: Japanese Laurel. HEX triplet: 2E, 85 and 38. RGB value is (46,133,56). Sum of RGB (Red+Green+Blue) = 46+133+56=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8538 is #D17AC7. Grayscale: #626262. Windows color (decimal): -13728456 or 3704110. OLE color: 3704110.
HSL color Cylindrical-coordinate representation of color #2E8538: hue angle of 126.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8538 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 133 | 56 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.48 |
| HSL | 126.9º | 0.49% | 0.35% | - |
| HSV(B) | 126.9º | 0.65% | 0.52% | - |
| XYZ | 10.23 | 17.64 | 6.61 | - |
| YUV | 98.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 56 | 0.65 | 0 | 0.58 | 0.48 | 126.9 | 0.49 | 0.35 |
| Hex | 2E | 85 | 38 | 41 | 0 | 3A | 30 | 7F | 31 | 23 |
| Octal | 56 | 205 | 70 | 101 | 0 | 72 | 60 | 177 | 61 | 43 |
| Binary | 101110 | 10000101 | 111000 | 1000001 | 0 | 111010 | 110000 | 1111111 | 110001 | 100011 |
Color Harmonies of #2E8538
Complementary color
Monochromatic Colors of #2E8538
Black with #2E8538
Text Example
Text Example
White with #2E8538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8538; }
p { color: rgb(46,133,56); }
H1.HeaderClassName
{
color: #2E8538;
}
.AnyTagClassName
{
color: #2E8538;
}
</style>
background-color css
<style>
a { background-color: #2E8538; }
a { background-color: rgb(46,133,56); }
div.DivClassName
{
background-color: #2E8538;
}
.BgClassName
{
background-color: #2E8538;
}
</style>
border-color css
<style>
span { border-color: #2E8538; }
span { border-color: rgb(46,133,56); }
td.TdClassName
{
border-color: #2E8538;
}
.TagClassName
{
border-color: #2E8538;
}
</style>