Shades of Japanese Laurel #2E7A27
Tints of Japanese Laurel #2E7A27
RGB
CMYK
RGB Variations
Color information
#2E7A27 (or 0x2E7A27) is known color: Japanese Laurel. HEX triplet: 2E, 7A and 27. RGB value is (46,122,39). Sum of RGB (Red+Green+Blue) = 46+122+39=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7A27 is #D185D8. Grayscale: #5A5A5A. Windows color (decimal): -13731289 or 2587182. OLE color: 2587182.
HSL color Cylindrical-coordinate representation of color #2E7A27: hue angle of 114.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E7A27 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 39 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.52 |
| HSL | 114.94º | 0.52% | 0.32% | - |
| HSV(B) | 114.94º | 0.68% | 0.48% | - |
| XYZ | 8.45 | 14.65 | 4.3 | - |
| YUV | 89.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 39 | 0.62 | 0 | 0.68 | 0.52 | 114.94 | 0.52 | 0.32 |
| Hex | 2E | 7A | 27 | 3E | 0 | 44 | 34 | 73 | 34 | 20 |
| Octal | 56 | 172 | 47 | 76 | 0 | 104 | 64 | 163 | 64 | 40 |
| Binary | 101110 | 1111010 | 100111 | 111110 | 0 | 1000100 | 110100 | 1110011 | 110100 | 100000 |
Color Harmonies of #2E7A27
Complementary color
Monochromatic Colors of #2E7A27
Black with #2E7A27
Text Example
Text Example
White with #2E7A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A27; }
p { color: rgb(46,122,39); }
H1.HeaderClassName
{
color: #2E7A27;
}
.AnyTagClassName
{
color: #2E7A27;
}
</style>
background-color css
<style>
a { background-color: #2E7A27; }
a { background-color: rgb(46,122,39); }
div.DivClassName
{
background-color: #2E7A27;
}
.BgClassName
{
background-color: #2E7A27;
}
</style>
border-color css
<style>
span { border-color: #2E7A27; }
span { border-color: rgb(46,122,39); }
td.TdClassName
{
border-color: #2E7A27;
}
.TagClassName
{
border-color: #2E7A27;
}
</style>