Shades of Japanese Laurel #2A8238
Tints of Japanese Laurel #2A8238
RGB
CMYK
RGB Variations
Color information
#2A8238 (or 0x2A8238) is known color: Japanese Laurel. HEX triplet: 2A, 82 and 38. RGB value is (42,130,56). Sum of RGB (Red+Green+Blue) = 42+130+56=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8238 is #D57DC7. Grayscale: #5F5F5F. Windows color (decimal): -13991368 or 3703338. OLE color: 3703338.
HSL color Cylindrical-coordinate representation of color #2A8238: hue angle of 129.55º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8238 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 56 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.49 |
| HSL | 129.55º | 0.51% | 0.34% | - |
| HSV(B) | 129.55º | 0.68% | 0.51% | - |
| XYZ | 9.65 | 16.74 | 6.46 | - |
| YUV | 95.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 56 | 0.68 | 0 | 0.57 | 0.49 | 129.55 | 0.51 | 0.34 |
| Hex | 2A | 82 | 38 | 44 | 0 | 39 | 31 | 82 | 33 | 22 |
| Octal | 52 | 202 | 70 | 104 | 0 | 71 | 61 | 202 | 63 | 42 |
| Binary | 101010 | 10000010 | 111000 | 1000100 | 0 | 111001 | 110001 | 10000010 | 110011 | 100010 |
Color Harmonies of #2A8238
Complementary color
Monochromatic Colors of #2A8238
Black with #2A8238
Text Example
Text Example
White with #2A8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8238; }
p { color: rgb(42,130,56); }
H1.HeaderClassName
{
color: #2A8238;
}
.AnyTagClassName
{
color: #2A8238;
}
</style>
background-color css
<style>
a { background-color: #2A8238; }
a { background-color: rgb(42,130,56); }
div.DivClassName
{
background-color: #2A8238;
}
.BgClassName
{
background-color: #2A8238;
}
</style>
border-color css
<style>
span { border-color: #2A8238; }
span { border-color: rgb(42,130,56); }
td.TdClassName
{
border-color: #2A8238;
}
.TagClassName
{
border-color: #2A8238;
}
</style>