Shades of Japanese Laurel #2A8033
Tints of Japanese Laurel #2A8033
RGB
CMYK
RGB Variations
Color information
#2A8033 (or 0x2A8033) is known color: Japanese Laurel. HEX triplet: 2A, 80 and 33. RGB value is (42,128,51). Sum of RGB (Red+Green+Blue) = 42+128+51=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #2A8033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8033 is #D57FCC. Grayscale: #5D5D5D. Windows color (decimal): -13991885 or 3375146. OLE color: 3375146.
HSL color Cylindrical-coordinate representation of color #2A8033: hue angle of 126.28º 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 #2A8033 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 128 | 51 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.50 |
| HSL | 126.28º | 0.51% | 0.33% | - |
| HSV(B) | 126.28º | 0.67% | 0.5% | - |
| XYZ | 9.27 | 16.17 | 5.76 | - |
| YUV | 93.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 51 | 0.67 | 0 | 0.60 | 0.50 | 126.28 | 0.51 | 0.33 |
| Hex | 2A | 80 | 33 | 43 | 0 | 3C | 32 | 7E | 33 | 21 |
| Octal | 52 | 200 | 63 | 103 | 0 | 74 | 62 | 176 | 63 | 41 |
| Binary | 101010 | 10000000 | 110011 | 1000011 | 0 | 111100 | 110010 | 1111110 | 110011 | 100001 |
Color Harmonies of #2A8033
Complementary color
Monochromatic Colors of #2A8033
Black with #2A8033
Text Example
Text Example
White with #2A8033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8033; }
p { color: rgb(42,128,51); }
H1.HeaderClassName
{
color: #2A8033;
}
.AnyTagClassName
{
color: #2A8033;
}
</style>
background-color css
<style>
a { background-color: #2A8033; }
a { background-color: rgb(42,128,51); }
div.DivClassName
{
background-color: #2A8033;
}
.BgClassName
{
background-color: #2A8033;
}
</style>
border-color css
<style>
span { border-color: #2A8033; }
span { border-color: rgb(42,128,51); }
td.TdClassName
{
border-color: #2A8033;
}
.TagClassName
{
border-color: #2A8033;
}
</style>