Shades of Japanese Laurel #2A793A
Tints of Japanese Laurel #2A793A
RGB
CMYK
RGB Variations
Color information
#2A793A (or 0x2A793A) is known color: Japanese Laurel. HEX triplet: 2A, 79 and 3A. RGB value is (42,121,58). Sum of RGB (Red+Green+Blue) = 42+121+58=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #2A793A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A793A is #D586C5. Grayscale: #5A5A5A. Windows color (decimal): -13993670 or 3832106. OLE color: 3832106.
HSL color Cylindrical-coordinate representation of color #2A793A: hue angle of 132.15º 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 #2A793A is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 121 | 58 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.53 |
| HSL | 132.15º | 0.48% | 0.32% | - |
| HSV(B) | 132.15º | 0.65% | 0.47% | - |
| XYZ | 8.56 | 14.47 | 6.35 | - |
| YUV | 90.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 121 | 58 | 0.65 | 0 | 0.52 | 0.53 | 132.15 | 0.48 | 0.32 |
| Hex | 2A | 79 | 3A | 41 | 0 | 34 | 35 | 84 | 30 | 20 |
| Octal | 52 | 171 | 72 | 101 | 0 | 64 | 65 | 204 | 60 | 40 |
| Binary | 101010 | 1111001 | 111010 | 1000001 | 0 | 110100 | 110101 | 10000100 | 110000 | 100000 |
Color Harmonies of #2A793A
Complementary color
Monochromatic Colors of #2A793A
Black with #2A793A
Text Example
Text Example
White with #2A793A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A793A; }
p { color: rgb(42,121,58); }
H1.HeaderClassName
{
color: #2A793A;
}
.AnyTagClassName
{
color: #2A793A;
}
</style>
background-color css
<style>
a { background-color: #2A793A; }
a { background-color: rgb(42,121,58); }
div.DivClassName
{
background-color: #2A793A;
}
.BgClassName
{
background-color: #2A793A;
}
</style>
border-color css
<style>
span { border-color: #2A793A; }
span { border-color: rgb(42,121,58); }
td.TdClassName
{
border-color: #2A793A;
}
.TagClassName
{
border-color: #2A793A;
}
</style>