Shades of Japanese Laurel #2A8F3E
Tints of Japanese Laurel #2A8F3E
RGB
CMYK
RGB Variations
Color information
#2A8F3E (or 0x2A8F3E) is known color: Japanese Laurel. HEX triplet: 2A, 8F and 3E. RGB value is (42,143,62). Sum of RGB (Red+Green+Blue) = 42+143+62=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8F3E is #D570C1. Grayscale: #676767. Windows color (decimal): -13988034 or 4099882. OLE color: 4099882.
HSL color Cylindrical-coordinate representation of color #2A8F3E: hue angle of 131.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F3E is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 62 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.44 |
| HSL | 131.88º | 0.55% | 0.36% | - |
| HSV(B) | 131.88º | 0.71% | 0.56% | - |
| XYZ | 11.65 | 20.48 | 7.9 | - |
| YUV | 103.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 62 | 0.71 | 0 | 0.57 | 0.44 | 131.88 | 0.55 | 0.36 |
| Hex | 2A | 8F | 3E | 47 | 0 | 39 | 2C | 84 | 37 | 24 |
| Octal | 52 | 217 | 76 | 107 | 0 | 71 | 54 | 204 | 67 | 44 |
| Binary | 101010 | 10001111 | 111110 | 1000111 | 0 | 111001 | 101100 | 10000100 | 110111 | 100100 |
Color Harmonies of #2A8F3E
Complementary color
Monochromatic Colors of #2A8F3E
Black with #2A8F3E
Text Example
Text Example
White with #2A8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F3E; }
p { color: rgb(42,143,62); }
H1.HeaderClassName
{
color: #2A8F3E;
}
.AnyTagClassName
{
color: #2A8F3E;
}
</style>
background-color css
<style>
a { background-color: #2A8F3E; }
a { background-color: rgb(42,143,62); }
div.DivClassName
{
background-color: #2A8F3E;
}
.BgClassName
{
background-color: #2A8F3E;
}
</style>
border-color css
<style>
span { border-color: #2A8F3E; }
span { border-color: rgb(42,143,62); }
td.TdClassName
{
border-color: #2A8F3E;
}
.TagClassName
{
border-color: #2A8F3E;
}
</style>