Shades of Japanese Laurel #2A893B
Tints of Japanese Laurel #2A893B
RGB
CMYK
RGB Variations
Color information
#2A893B (or 0x2A893B) is known color: Japanese Laurel. HEX triplet: 2A, 89 and 3B. RGB value is (42,137,59). Sum of RGB (Red+Green+Blue) = 42+137+59=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #2A893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A893B is #D576C4. Grayscale: #636363. Windows color (decimal): -13989573 or 3901738. OLE color: 3901738.
HSL color Cylindrical-coordinate representation of color #2A893B: hue angle of 130.74º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A893B is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 59 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.46 |
| HSL | 130.74º | 0.53% | 0.35% | - |
| HSV(B) | 130.74º | 0.69% | 0.54% | - |
| XYZ | 10.69 | 18.7 | 7.18 | - |
| YUV | 99.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 59 | 0.69 | 0 | 0.57 | 0.46 | 130.74 | 0.53 | 0.35 |
| Hex | 2A | 89 | 3B | 45 | 0 | 39 | 2E | 83 | 35 | 23 |
| Octal | 52 | 211 | 73 | 105 | 0 | 71 | 56 | 203 | 65 | 43 |
| Binary | 101010 | 10001001 | 111011 | 1000101 | 0 | 111001 | 101110 | 10000011 | 110101 | 100011 |
Color Harmonies of #2A893B
Complementary color
Monochromatic Colors of #2A893B
Black with #2A893B
Text Example
Text Example
White with #2A893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A893B; }
p { color: rgb(42,137,59); }
H1.HeaderClassName
{
color: #2A893B;
}
.AnyTagClassName
{
color: #2A893B;
}
</style>
background-color css
<style>
a { background-color: #2A893B; }
a { background-color: rgb(42,137,59); }
div.DivClassName
{
background-color: #2A893B;
}
.BgClassName
{
background-color: #2A893B;
}
</style>
border-color css
<style>
span { border-color: #2A893B; }
span { border-color: rgb(42,137,59); }
td.TdClassName
{
border-color: #2A893B;
}
.TagClassName
{
border-color: #2A893B;
}
</style>