Shades of Japanese Laurel #2A793B
Tints of Japanese Laurel #2A793B
RGB
CMYK
RGB Variations
Color information
#2A793B (or 0x2A793B) is known color: Japanese Laurel. HEX triplet: 2A, 79 and 3B. RGB value is (42,121,59). Sum of RGB (Red+Green+Blue) = 42+121+59=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #2A793B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A793B is #D586C4. Grayscale: #5A5A5A. Windows color (decimal): -13993669 or 3897642. OLE color: 3897642.
HSL color Cylindrical-coordinate representation of color #2A793B: hue angle of 132.91º 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 #2A793B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 121 | 59 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.53 |
| HSL | 132.91º | 0.48% | 0.32% | - |
| HSV(B) | 132.91º | 0.65% | 0.47% | - |
| XYZ | 8.58 | 14.48 | 6.48 | - |
| YUV | 90.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 121 | 59 | 0.65 | 0 | 0.51 | 0.53 | 132.91 | 0.48 | 0.32 |
| Hex | 2A | 79 | 3B | 41 | 0 | 33 | 35 | 85 | 30 | 20 |
| Octal | 52 | 171 | 73 | 101 | 0 | 63 | 65 | 205 | 60 | 40 |
| Binary | 101010 | 1111001 | 111011 | 1000001 | 0 | 110011 | 110101 | 10000101 | 110000 | 100000 |
Color Harmonies of #2A793B
Complementary color
Monochromatic Colors of #2A793B
Black with #2A793B
Text Example
Text Example
White with #2A793B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A793B; }
p { color: rgb(42,121,59); }
H1.HeaderClassName
{
color: #2A793B;
}
.AnyTagClassName
{
color: #2A793B;
}
</style>
background-color css
<style>
a { background-color: #2A793B; }
a { background-color: rgb(42,121,59); }
div.DivClassName
{
background-color: #2A793B;
}
.BgClassName
{
background-color: #2A793B;
}
</style>
border-color css
<style>
span { border-color: #2A793B; }
span { border-color: rgb(42,121,59); }
td.TdClassName
{
border-color: #2A793B;
}
.TagClassName
{
border-color: #2A793B;
}
</style>