Shades of Japanese Laurel #207C2E
Tints of Japanese Laurel #207C2E
RGB
CMYK
RGB Variations
Color information
#207C2E (or 0x207C2E) is known color: Japanese Laurel. HEX triplet: 20, 7C and 2E. RGB value is (32,124,46). Sum of RGB (Red+Green+Blue) = 32+124+46=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #207C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C2E is #DF83D1. Grayscale: #575757. Windows color (decimal): -14648274 or 3046432. OLE color: 3046432.
HSL color Cylindrical-coordinate representation of color #207C2E: hue angle of 129.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C2E is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 46 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.51 |
| HSL | 129.13º | 0.59% | 0.31% | - |
| HSV(B) | 129.13º | 0.74% | 0.49% | - |
| XYZ | 8.3 | 14.92 | 5.03 | - |
| YUV | 87.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 46 | 0.74 | 0 | 0.63 | 0.51 | 129.13 | 0.59 | 0.31 |
| Hex | 20 | 7C | 2E | 4A | 0 | 3F | 33 | 81 | 3B | 1F |
| Octal | 40 | 174 | 56 | 112 | 0 | 77 | 63 | 201 | 73 | 37 |
| Binary | 100000 | 1111100 | 101110 | 1001010 | 0 | 111111 | 110011 | 10000001 | 111011 | 11111 |
Color Harmonies of #207C2E
Complementary color
Monochromatic Colors of #207C2E
Black with #207C2E
Text Example
Text Example
White with #207C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C2E; }
p { color: rgb(32,124,46); }
H1.HeaderClassName
{
color: #207C2E;
}
.AnyTagClassName
{
color: #207C2E;
}
</style>
background-color css
<style>
a { background-color: #207C2E; }
a { background-color: rgb(32,124,46); }
div.DivClassName
{
background-color: #207C2E;
}
.BgClassName
{
background-color: #207C2E;
}
</style>
border-color css
<style>
span { border-color: #207C2E; }
span { border-color: rgb(32,124,46); }
td.TdClassName
{
border-color: #207C2E;
}
.TagClassName
{
border-color: #207C2E;
}
</style>