Shades of Japanese Laurel #2A8833
Tints of Japanese Laurel #2A8833
RGB
CMYK
RGB Variations
Color information
#2A8833 (or 0x2A8833) is known color: Japanese Laurel. HEX triplet: 2A, 88 and 33. RGB value is (42,136,51). Sum of RGB (Red+Green+Blue) = 42+136+51=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8833 is #D577CC. Grayscale: #626262. Windows color (decimal): -13989837 or 3377194. OLE color: 3377194.
HSL color Cylindrical-coordinate representation of color #2A8833: hue angle of 125.74º 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 #2A8833 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 51 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.47 |
| HSL | 125.74º | 0.53% | 0.35% | - |
| HSV(B) | 125.74º | 0.69% | 0.53% | - |
| XYZ | 10.36 | 18.34 | 6.13 | - |
| YUV | 98.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 51 | 0.69 | 0 | 0.62 | 0.47 | 125.74 | 0.53 | 0.35 |
| Hex | 2A | 88 | 33 | 45 | 0 | 3E | 2F | 7E | 35 | 23 |
| Octal | 52 | 210 | 63 | 105 | 0 | 76 | 57 | 176 | 65 | 43 |
| Binary | 101010 | 10001000 | 110011 | 1000101 | 0 | 111110 | 101111 | 1111110 | 110101 | 100011 |
Color Harmonies of #2A8833
Complementary color
Monochromatic Colors of #2A8833
Black with #2A8833
Text Example
Text Example
White with #2A8833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8833; }
p { color: rgb(42,136,51); }
H1.HeaderClassName
{
color: #2A8833;
}
.AnyTagClassName
{
color: #2A8833;
}
</style>
background-color css
<style>
a { background-color: #2A8833; }
a { background-color: rgb(42,136,51); }
div.DivClassName
{
background-color: #2A8833;
}
.BgClassName
{
background-color: #2A8833;
}
</style>
border-color css
<style>
span { border-color: #2A8833; }
span { border-color: rgb(42,136,51); }
td.TdClassName
{
border-color: #2A8833;
}
.TagClassName
{
border-color: #2A8833;
}
</style>