Shades of Japanese Laurel #20873A
Tints of Japanese Laurel #20873A
RGB
CMYK
RGB Variations
Color information
#20873A (or 0x20873A) is known color: Japanese Laurel. HEX triplet: 20, 87 and 3A. RGB value is (32,135,58). Sum of RGB (Red+Green+Blue) = 32+135+58=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #20873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20873A is #DF78C5. Grayscale: #5F5F5F. Windows color (decimal): -14645446 or 3835680. OLE color: 3835680.
HSL color Cylindrical-coordinate representation of color #20873A: hue angle of 135.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20873A is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 58 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.47 |
| HSL | 135.15º | 0.62% | 0.33% | - |
| HSV(B) | 135.15º | 0.76% | 0.53% | - |
| XYZ | 10.02 | 17.94 | 6.94 | - |
| YUV | 95.43 | 106.88 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 58 | 0.76 | 0 | 0.57 | 0.47 | 135.15 | 0.62 | 0.33 |
| Hex | 20 | 87 | 3A | 4C | 0 | 39 | 2F | 87 | 3E | 21 |
| Octal | 40 | 207 | 72 | 114 | 0 | 71 | 57 | 207 | 76 | 41 |
| Binary | 100000 | 10000111 | 111010 | 1001100 | 0 | 111001 | 101111 | 10000111 | 111110 | 100001 |
Color Harmonies of #20873A
Complementary color
Monochromatic Colors of #20873A
Black with #20873A
Text Example
Text Example
White with #20873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20873A; }
p { color: rgb(32,135,58); }
H1.HeaderClassName
{
color: #20873A;
}
.AnyTagClassName
{
color: #20873A;
}
</style>
background-color css
<style>
a { background-color: #20873A; }
a { background-color: rgb(32,135,58); }
div.DivClassName
{
background-color: #20873A;
}
.BgClassName
{
background-color: #20873A;
}
</style>
border-color css
<style>
span { border-color: #20873A; }
span { border-color: rgb(32,135,58); }
td.TdClassName
{
border-color: #20873A;
}
.TagClassName
{
border-color: #20873A;
}
</style>