Shades of Japanese Laurel #20802F
Tints of Japanese Laurel #20802F
RGB
CMYK
RGB Variations
Color information
#20802F (or 0x20802F) is known color: Japanese Laurel. HEX triplet: 20, 80 and 2F. RGB value is (32,128,47). Sum of RGB (Red+Green+Blue) = 32+128+47=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #20802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20802F is #DF7FD0. Grayscale: #5A5A5A. Windows color (decimal): -14647249 or 3112992. OLE color: 3112992.
HSL color Cylindrical-coordinate representation of color #20802F: hue angle of 129.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20802F is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 47 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.50 |
| HSL | 129.38º | 0.6% | 0.31% | - |
| HSV(B) | 129.38º | 0.75% | 0.5% | - |
| XYZ | 8.83 | 15.95 | 5.3 | - |
| YUV | 90.06 | 103.7 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 47 | 0.75 | 0 | 0.63 | 0.50 | 129.38 | 0.6 | 0.31 |
| Hex | 20 | 80 | 2F | 4B | 0 | 3F | 32 | 81 | 3C | 1F |
| Octal | 40 | 200 | 57 | 113 | 0 | 77 | 62 | 201 | 74 | 37 |
| Binary | 100000 | 10000000 | 101111 | 1001011 | 0 | 111111 | 110010 | 10000001 | 111100 | 11111 |
Color Harmonies of #20802F
Complementary color
Monochromatic Colors of #20802F
Black with #20802F
Text Example
Text Example
White with #20802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20802F; }
p { color: rgb(32,128,47); }
H1.HeaderClassName
{
color: #20802F;
}
.AnyTagClassName
{
color: #20802F;
}
</style>
background-color css
<style>
a { background-color: #20802F; }
a { background-color: rgb(32,128,47); }
div.DivClassName
{
background-color: #20802F;
}
.BgClassName
{
background-color: #20802F;
}
</style>
border-color css
<style>
span { border-color: #20802F; }
span { border-color: rgb(32,128,47); }
td.TdClassName
{
border-color: #20802F;
}
.TagClassName
{
border-color: #20802F;
}
</style>