Shades of Japanese Laurel #2A7020
Tints of Japanese Laurel #2A7020
RGB
CMYK
RGB Variations
Color information
#2A7020 (or 0x2A7020) is known color: Japanese Laurel. HEX triplet: 2A, 70 and 20. RGB value is (42,112,32). Sum of RGB (Red+Green+Blue) = 42+112+32=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7020 is #D58FDF. Grayscale: #525252. Windows color (decimal): -13996000 or 2125866. OLE color: 2125866.
HSL color Cylindrical-coordinate representation of color #2A7020: hue angle of 112.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7020 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 112 | 32 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.56 |
| HSL | 112.5º | 0.56% | 0.28% | - |
| HSV(B) | 112.5º | 0.71% | 0.44% | - |
| XYZ | 7.01 | 12.18 | 3.35 | - |
| YUV | 81.95 | 99.81 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 32 | 0.62 | 0 | 0.71 | 0.56 | 112.5 | 0.56 | 0.28 |
| Hex | 2A | 70 | 20 | 3E | 0 | 47 | 38 | 70 | 38 | 1C |
| Octal | 52 | 160 | 40 | 76 | 0 | 107 | 70 | 160 | 70 | 34 |
| Binary | 101010 | 1110000 | 100000 | 111110 | 0 | 1000111 | 111000 | 1110000 | 111000 | 11100 |
Color Harmonies of #2A7020
Complementary color
Monochromatic Colors of #2A7020
Black with #2A7020
Text Example
Text Example
White with #2A7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7020; }
p { color: rgb(42,112,32); }
H1.HeaderClassName
{
color: #2A7020;
}
.AnyTagClassName
{
color: #2A7020;
}
</style>
background-color css
<style>
a { background-color: #2A7020; }
a { background-color: rgb(42,112,32); }
div.DivClassName
{
background-color: #2A7020;
}
.BgClassName
{
background-color: #2A7020;
}
</style>
border-color css
<style>
span { border-color: #2A7020; }
span { border-color: rgb(42,112,32); }
td.TdClassName
{
border-color: #2A7020;
}
.TagClassName
{
border-color: #2A7020;
}
</style>