Shades of Japanese Laurel #2A7329
Tints of Japanese Laurel #2A7329
RGB
CMYK
RGB Variations
Color information
#2A7329 (or 0x2A7329) is known color: Japanese Laurel. HEX triplet: 2A, 73 and 29. RGB value is (42,115,41). Sum of RGB (Red+Green+Blue) = 42+115+41=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7329 is #D58CD6. Grayscale: #545454. Windows color (decimal): -13995223 or 2716458. OLE color: 2716458.
HSL color Cylindrical-coordinate representation of color #2A7329: hue angle of 119.19º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7329 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 41 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.55 |
| HSL | 119.19º | 0.47% | 0.31% | - |
| HSV(B) | 119.19º | 0.64% | 0.45% | - |
| XYZ | 7.49 | 12.91 | 4.2 | - |
| YUV | 84.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 41 | 0.63 | 0 | 0.64 | 0.55 | 119.19 | 0.47 | 0.31 |
| Hex | 2A | 73 | 29 | 3F | 0 | 40 | 37 | 77 | 2F | 1F |
| Octal | 52 | 163 | 51 | 77 | 0 | 100 | 67 | 167 | 57 | 37 |
| Binary | 101010 | 1110011 | 101001 | 111111 | 0 | 1000000 | 110111 | 1110111 | 101111 | 11111 |
Color Harmonies of #2A7329
Complementary color
Monochromatic Colors of #2A7329
Black with #2A7329
Text Example
Text Example
White with #2A7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7329; }
p { color: rgb(42,115,41); }
H1.HeaderClassName
{
color: #2A7329;
}
.AnyTagClassName
{
color: #2A7329;
}
</style>
background-color css
<style>
a { background-color: #2A7329; }
a { background-color: rgb(42,115,41); }
div.DivClassName
{
background-color: #2A7329;
}
.BgClassName
{
background-color: #2A7329;
}
</style>
border-color css
<style>
span { border-color: #2A7329; }
span { border-color: rgb(42,115,41); }
td.TdClassName
{
border-color: #2A7329;
}
.TagClassName
{
border-color: #2A7329;
}
</style>