Shades of Japanese Laurel #2A903D
Tints of Japanese Laurel #2A903D
RGB
CMYK
RGB Variations
Color information
#2A903D (or 0x2A903D) is known color: Japanese Laurel. HEX triplet: 2A, 90 and 3D. RGB value is (42,144,61). Sum of RGB (Red+Green+Blue) = 42+144+61=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #2A903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A903D is #D56FC2. Grayscale: #686868. Windows color (decimal): -13987779 or 4034602. OLE color: 4034602.
HSL color Cylindrical-coordinate representation of color #2A903D: hue angle of 131.18º 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 #2A903D is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 61 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.44 |
| HSL | 131.18º | 0.55% | 0.36% | - |
| HSV(B) | 131.18º | 0.71% | 0.56% | - |
| XYZ | 11.77 | 20.78 | 7.8 | - |
| YUV | 104.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 61 | 0.71 | 0 | 0.58 | 0.44 | 131.18 | 0.55 | 0.36 |
| Hex | 2A | 90 | 3D | 47 | 0 | 3A | 2C | 83 | 37 | 24 |
| Octal | 52 | 220 | 75 | 107 | 0 | 72 | 54 | 203 | 67 | 44 |
| Binary | 101010 | 10010000 | 111101 | 1000111 | 0 | 111010 | 101100 | 10000011 | 110111 | 100100 |
Color Harmonies of #2A903D
Complementary color
Monochromatic Colors of #2A903D
Black with #2A903D
Text Example
Text Example
White with #2A903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A903D; }
p { color: rgb(42,144,61); }
H1.HeaderClassName
{
color: #2A903D;
}
.AnyTagClassName
{
color: #2A903D;
}
</style>
background-color css
<style>
a { background-color: #2A903D; }
a { background-color: rgb(42,144,61); }
div.DivClassName
{
background-color: #2A903D;
}
.BgClassName
{
background-color: #2A903D;
}
</style>
border-color css
<style>
span { border-color: #2A903D; }
span { border-color: rgb(42,144,61); }
td.TdClassName
{
border-color: #2A903D;
}
.TagClassName
{
border-color: #2A903D;
}
</style>