Shades of Japanese Laurel #2A8533
Tints of Japanese Laurel #2A8533
RGB
CMYK
RGB Variations
Color information
#2A8533 (or 0x2A8533) is known color: Japanese Laurel. HEX triplet: 2A, 85 and 33. RGB value is (42,133,51). Sum of RGB (Red+Green+Blue) = 42+133+51=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8533 is #D57ACC. Grayscale: #606060. Windows color (decimal): -13990605 or 3376426. OLE color: 3376426.
HSL color Cylindrical-coordinate representation of color #2A8533: hue angle of 125.93º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8533 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 133 | 51 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.48 |
| HSL | 125.93º | 0.52% | 0.34% | - |
| HSV(B) | 125.93º | 0.68% | 0.52% | - |
| XYZ | 9.94 | 17.51 | 5.99 | - |
| YUV | 96.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 51 | 0.68 | 0 | 0.62 | 0.48 | 125.93 | 0.52 | 0.34 |
| Hex | 2A | 85 | 33 | 44 | 0 | 3E | 30 | 7E | 34 | 22 |
| Octal | 52 | 205 | 63 | 104 | 0 | 76 | 60 | 176 | 64 | 42 |
| Binary | 101010 | 10000101 | 110011 | 1000100 | 0 | 111110 | 110000 | 1111110 | 110100 | 100010 |
Color Harmonies of #2A8533
Complementary color
Monochromatic Colors of #2A8533
Black with #2A8533
Text Example
Text Example
White with #2A8533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8533; }
p { color: rgb(42,133,51); }
H1.HeaderClassName
{
color: #2A8533;
}
.AnyTagClassName
{
color: #2A8533;
}
</style>
background-color css
<style>
a { background-color: #2A8533; }
a { background-color: rgb(42,133,51); }
div.DivClassName
{
background-color: #2A8533;
}
.BgClassName
{
background-color: #2A8533;
}
</style>
border-color css
<style>
span { border-color: #2A8533; }
span { border-color: rgb(42,133,51); }
td.TdClassName
{
border-color: #2A8533;
}
.TagClassName
{
border-color: #2A8533;
}
</style>