Shades of Japanese Laurel #2A883D
Tints of Japanese Laurel #2A883D
RGB
CMYK
RGB Variations
Color information
#2A883D (or 0x2A883D) is known color: Japanese Laurel. HEX triplet: 2A, 88 and 3D. RGB value is (42,136,61). Sum of RGB (Red+Green+Blue) = 42+136+61=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #2A883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A883D is #D577C2. Grayscale: #636363. Windows color (decimal): -13989827 or 4032554. OLE color: 4032554.
HSL color Cylindrical-coordinate representation of color #2A883D: hue angle of 132.13º 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 #2A883D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 61 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.47 |
| HSL | 132.13º | 0.53% | 0.35% | - |
| HSV(B) | 132.13º | 0.69% | 0.53% | - |
| XYZ | 10.6 | 18.44 | 7.41 | - |
| YUV | 99.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 61 | 0.69 | 0 | 0.55 | 0.47 | 132.13 | 0.53 | 0.35 |
| Hex | 2A | 88 | 3D | 45 | 0 | 37 | 2F | 84 | 35 | 23 |
| Octal | 52 | 210 | 75 | 105 | 0 | 67 | 57 | 204 | 65 | 43 |
| Binary | 101010 | 10001000 | 111101 | 1000101 | 0 | 110111 | 101111 | 10000100 | 110101 | 100011 |
Color Harmonies of #2A883D
Complementary color
Monochromatic Colors of #2A883D
Black with #2A883D
Text Example
Text Example
White with #2A883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A883D; }
p { color: rgb(42,136,61); }
H1.HeaderClassName
{
color: #2A883D;
}
.AnyTagClassName
{
color: #2A883D;
}
</style>
background-color css
<style>
a { background-color: #2A883D; }
a { background-color: rgb(42,136,61); }
div.DivClassName
{
background-color: #2A883D;
}
.BgClassName
{
background-color: #2A883D;
}
</style>
border-color css
<style>
span { border-color: #2A883D; }
span { border-color: rgb(42,136,61); }
td.TdClassName
{
border-color: #2A883D;
}
.TagClassName
{
border-color: #2A883D;
}
</style>