Shades of Japanese Laurel #2A7834
Tints of Japanese Laurel #2A7834
RGB
CMYK
RGB Variations
Color information
#2A7834 (or 0x2A7834) is known color: Japanese Laurel. HEX triplet: 2A, 78 and 34. RGB value is (42,120,52). Sum of RGB (Red+Green+Blue) = 42+120+52=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7834 is #D587CB. Grayscale: #595959. Windows color (decimal): -13993932 or 3438634. OLE color: 3438634.
HSL color Cylindrical-coordinate representation of color #2A7834: hue angle of 127.69º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7834 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 120 | 52 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.53 |
| HSL | 127.69º | 0.48% | 0.32% | - |
| HSV(B) | 127.69º | 0.65% | 0.47% | - |
| XYZ | 8.29 | 14.17 | 5.55 | - |
| YUV | 88.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 52 | 0.65 | 0 | 0.57 | 0.53 | 127.69 | 0.48 | 0.32 |
| Hex | 2A | 78 | 34 | 41 | 0 | 39 | 35 | 80 | 30 | 20 |
| Octal | 52 | 170 | 64 | 101 | 0 | 71 | 65 | 200 | 60 | 40 |
| Binary | 101010 | 1111000 | 110100 | 1000001 | 0 | 111001 | 110101 | 10000000 | 110000 | 100000 |
Color Harmonies of #2A7834
Complementary color
Monochromatic Colors of #2A7834
Black with #2A7834
Text Example
Text Example
White with #2A7834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7834; }
p { color: rgb(42,120,52); }
H1.HeaderClassName
{
color: #2A7834;
}
.AnyTagClassName
{
color: #2A7834;
}
</style>
background-color css
<style>
a { background-color: #2A7834; }
a { background-color: rgb(42,120,52); }
div.DivClassName
{
background-color: #2A7834;
}
.BgClassName
{
background-color: #2A7834;
}
</style>
border-color css
<style>
span { border-color: #2A7834; }
span { border-color: rgb(42,120,52); }
td.TdClassName
{
border-color: #2A7834;
}
.TagClassName
{
border-color: #2A7834;
}
</style>