Shades of Japanese Laurel #2A7022
Tints of Japanese Laurel #2A7022
RGB
CMYK
RGB Variations
Color information
#2A7022 (or 0x2A7022) is known color: Japanese Laurel. HEX triplet: 2A, 70 and 22. RGB value is (42,112,34). Sum of RGB (Red+Green+Blue) = 42+112+34=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7022 is #D58FDD. Grayscale: #525252. Windows color (decimal): -13995998 or 2256938. OLE color: 2256938.
HSL color Cylindrical-coordinate representation of color #2A7022: hue angle of 113.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A7022 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 34 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.56 |
| HSL | 113.85º | 0.53% | 0.29% | - |
| HSV(B) | 113.85º | 0.7% | 0.44% | - |
| XYZ | 7.04 | 12.2 | 3.5 | - |
| YUV | 82.18 | 100.81 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 34 | 0.62 | 0 | 0.70 | 0.56 | 113.85 | 0.53 | 0.29 |
| Hex | 2A | 70 | 22 | 3E | 0 | 46 | 38 | 72 | 35 | 1D |
| Octal | 52 | 160 | 42 | 76 | 0 | 106 | 70 | 162 | 65 | 35 |
| Binary | 101010 | 1110000 | 100010 | 111110 | 0 | 1000110 | 111000 | 1110010 | 110101 | 11101 |
Color Harmonies of #2A7022
Complementary color
Monochromatic Colors of #2A7022
Black with #2A7022
Text Example
Text Example
White with #2A7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7022; }
p { color: rgb(42,112,34); }
H1.HeaderClassName
{
color: #2A7022;
}
.AnyTagClassName
{
color: #2A7022;
}
</style>
background-color css
<style>
a { background-color: #2A7022; }
a { background-color: rgb(42,112,34); }
div.DivClassName
{
background-color: #2A7022;
}
.BgClassName
{
background-color: #2A7022;
}
</style>
border-color css
<style>
span { border-color: #2A7022; }
span { border-color: rgb(42,112,34); }
td.TdClassName
{
border-color: #2A7022;
}
.TagClassName
{
border-color: #2A7022;
}
</style>