Shades of Japanese Laurel #2A7838
Tints of Japanese Laurel #2A7838
RGB
CMYK
RGB Variations
Color information
#2A7838 (or 0x2A7838) is known color: Japanese Laurel. HEX triplet: 2A, 78 and 38. RGB value is (42,120,56). Sum of RGB (Red+Green+Blue) = 42+120+56=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7838 is #D587C7. Grayscale: #595959. Windows color (decimal): -13993928 or 3700778. OLE color: 3700778.
HSL color Cylindrical-coordinate representation of color #2A7838: hue angle of 130.77º 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 #2A7838 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 120 | 56 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.53 |
| HSL | 130.77º | 0.48% | 0.32% | - |
| HSV(B) | 130.77º | 0.65% | 0.47% | - |
| XYZ | 8.39 | 14.21 | 6.04 | - |
| YUV | 89.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 56 | 0.65 | 0 | 0.53 | 0.53 | 130.77 | 0.48 | 0.32 |
| Hex | 2A | 78 | 38 | 41 | 0 | 35 | 35 | 83 | 30 | 20 |
| Octal | 52 | 170 | 70 | 101 | 0 | 65 | 65 | 203 | 60 | 40 |
| Binary | 101010 | 1111000 | 111000 | 1000001 | 0 | 110101 | 110101 | 10000011 | 110000 | 100000 |
Color Harmonies of #2A7838
Complementary color
Monochromatic Colors of #2A7838
Black with #2A7838
Text Example
Text Example
White with #2A7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7838; }
p { color: rgb(42,120,56); }
H1.HeaderClassName
{
color: #2A7838;
}
.AnyTagClassName
{
color: #2A7838;
}
</style>
background-color css
<style>
a { background-color: #2A7838; }
a { background-color: rgb(42,120,56); }
div.DivClassName
{
background-color: #2A7838;
}
.BgClassName
{
background-color: #2A7838;
}
</style>
border-color css
<style>
span { border-color: #2A7838; }
span { border-color: rgb(42,120,56); }
td.TdClassName
{
border-color: #2A7838;
}
.TagClassName
{
border-color: #2A7838;
}
</style>