Shades of Japanese Laurel #2A8840
Tints of Japanese Laurel #2A8840
RGB
CMYK
RGB Variations
Color information
#2A8840 (or 0x2A8840) is known color: Japanese Laurel. HEX triplet: 2A, 88 and 40. RGB value is (42,136,64). Sum of RGB (Red+Green+Blue) = 42+136+64=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8840 is #D577BF. Grayscale: #636363. Windows color (decimal): -13989824 or 4229162. OLE color: 4229162.
HSL color Cylindrical-coordinate representation of color #2A8840: hue angle of 134.04º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8840 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 64 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.47 |
| HSL | 134.04º | 0.53% | 0.35% | - |
| HSV(B) | 134.04º | 0.69% | 0.53% | - |
| XYZ | 10.68 | 18.47 | 7.85 | - |
| YUV | 99.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 64 | 0.69 | 0 | 0.53 | 0.47 | 134.04 | 0.53 | 0.35 |
| Hex | 2A | 88 | 40 | 45 | 0 | 35 | 2F | 86 | 35 | 23 |
| Octal | 52 | 210 | 100 | 105 | 0 | 65 | 57 | 206 | 65 | 43 |
| Binary | 101010 | 10001000 | 1000000 | 1000101 | 0 | 110101 | 101111 | 10000110 | 110101 | 100011 |
Color Harmonies of #2A8840
Complementary color
Monochromatic Colors of #2A8840
Black with #2A8840
Text Example
Text Example
White with #2A8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8840; }
p { color: rgb(42,136,64); }
H1.HeaderClassName
{
color: #2A8840;
}
.AnyTagClassName
{
color: #2A8840;
}
</style>
background-color css
<style>
a { background-color: #2A8840; }
a { background-color: rgb(42,136,64); }
div.DivClassName
{
background-color: #2A8840;
}
.BgClassName
{
background-color: #2A8840;
}
</style>
border-color css
<style>
span { border-color: #2A8840; }
span { border-color: rgb(42,136,64); }
td.TdClassName
{
border-color: #2A8840;
}
.TagClassName
{
border-color: #2A8840;
}
</style>