Shades of Japanese Laurel #2A803A
Tints of Japanese Laurel #2A803A
RGB
CMYK
RGB Variations
Color information
#2A803A (or 0x2A803A) is known color: Japanese Laurel. HEX triplet: 2A, 80 and 3A. RGB value is (42,128,58). Sum of RGB (Red+Green+Blue) = 42+128+58=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #2A803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A803A is #D57FC5. Grayscale: #5E5E5E. Windows color (decimal): -13991878 or 3833898. OLE color: 3833898.
HSL color Cylindrical-coordinate representation of color #2A803A: hue angle of 131.16º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A803A is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 128 | 58 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.50 |
| HSL | 131.16º | 0.51% | 0.33% | - |
| HSV(B) | 131.16º | 0.67% | 0.5% | - |
| XYZ | 9.44 | 16.24 | 6.64 | - |
| YUV | 94.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 58 | 0.67 | 0 | 0.55 | 0.50 | 131.16 | 0.51 | 0.33 |
| Hex | 2A | 80 | 3A | 43 | 0 | 37 | 32 | 83 | 33 | 21 |
| Octal | 52 | 200 | 72 | 103 | 0 | 67 | 62 | 203 | 63 | 41 |
| Binary | 101010 | 10000000 | 111010 | 1000011 | 0 | 110111 | 110010 | 10000011 | 110011 | 100001 |
Color Harmonies of #2A803A
Complementary color
Monochromatic Colors of #2A803A
Black with #2A803A
Text Example
Text Example
White with #2A803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A803A; }
p { color: rgb(42,128,58); }
H1.HeaderClassName
{
color: #2A803A;
}
.AnyTagClassName
{
color: #2A803A;
}
</style>
background-color css
<style>
a { background-color: #2A803A; }
a { background-color: rgb(42,128,58); }
div.DivClassName
{
background-color: #2A803A;
}
.BgClassName
{
background-color: #2A803A;
}
</style>
border-color css
<style>
span { border-color: #2A803A; }
span { border-color: rgb(42,128,58); }
td.TdClassName
{
border-color: #2A803A;
}
.TagClassName
{
border-color: #2A803A;
}
</style>