Shades of Japanese Laurel #2A792C
Tints of Japanese Laurel #2A792C
RGB
CMYK
RGB Variations
Color information
#2A792C (or 0x2A792C) is known color: Japanese Laurel. HEX triplet: 2A, 79 and 2C. RGB value is (42,121,44). Sum of RGB (Red+Green+Blue) = 42+121+44=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #2A792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A792C is #D586D3. Grayscale: #585858. Windows color (decimal): -13993684 or 2914602. OLE color: 2914602.
HSL color Cylindrical-coordinate representation of color #2A792C: hue angle of 121.52º 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 #2A792C is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 121 | 44 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.53 |
| HSL | 121.52º | 0.48% | 0.32% | - |
| HSV(B) | 121.52º | 0.65% | 0.47% | - |
| XYZ | 8.25 | 14.35 | 4.72 | - |
| YUV | 88.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 121 | 44 | 0.65 | 0 | 0.64 | 0.53 | 121.52 | 0.48 | 0.32 |
| Hex | 2A | 79 | 2C | 41 | 0 | 40 | 35 | 7A | 30 | 20 |
| Octal | 52 | 171 | 54 | 101 | 0 | 100 | 65 | 172 | 60 | 40 |
| Binary | 101010 | 1111001 | 101100 | 1000001 | 0 | 1000000 | 110101 | 1111010 | 110000 | 100000 |
Color Harmonies of #2A792C
Complementary color
Monochromatic Colors of #2A792C
Black with #2A792C
Text Example
Text Example
White with #2A792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A792C; }
p { color: rgb(42,121,44); }
H1.HeaderClassName
{
color: #2A792C;
}
.AnyTagClassName
{
color: #2A792C;
}
</style>
background-color css
<style>
a { background-color: #2A792C; }
a { background-color: rgb(42,121,44); }
div.DivClassName
{
background-color: #2A792C;
}
.BgClassName
{
background-color: #2A792C;
}
</style>
border-color css
<style>
span { border-color: #2A792C; }
span { border-color: rgb(42,121,44); }
td.TdClassName
{
border-color: #2A792C;
}
.TagClassName
{
border-color: #2A792C;
}
</style>