Shades of Japanese Laurel #207C2C
Tints of Japanese Laurel #207C2C
RGB
CMYK
RGB Variations
Color information
#207C2C (or 0x207C2C) is known color: Japanese Laurel. HEX triplet: 20, 7C and 2C. RGB value is (32,124,44). Sum of RGB (Red+Green+Blue) = 32+124+44=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #207C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C2C is #DF83D3. Grayscale: #575757. Windows color (decimal): -14648276 or 2915360. OLE color: 2915360.
HSL color Cylindrical-coordinate representation of color #207C2C: hue angle of 127.83º 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 #207C2C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 44 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.51 |
| HSL | 127.83º | 0.59% | 0.31% | - |
| HSV(B) | 127.83º | 0.74% | 0.49% | - |
| XYZ | 8.26 | 14.9 | 4.82 | - |
| YUV | 87.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 44 | 0.74 | 0 | 0.65 | 0.51 | 127.83 | 0.59 | 0.31 |
| Hex | 20 | 7C | 2C | 4A | 0 | 41 | 33 | 80 | 3B | 1F |
| Octal | 40 | 174 | 54 | 112 | 0 | 101 | 63 | 200 | 73 | 37 |
| Binary | 100000 | 1111100 | 101100 | 1001010 | 0 | 1000001 | 110011 | 10000000 | 111011 | 11111 |
Color Harmonies of #207C2C
Complementary color
Monochromatic Colors of #207C2C
Black with #207C2C
Text Example
Text Example
White with #207C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C2C; }
p { color: rgb(32,124,44); }
H1.HeaderClassName
{
color: #207C2C;
}
.AnyTagClassName
{
color: #207C2C;
}
</style>
background-color css
<style>
a { background-color: #207C2C; }
a { background-color: rgb(32,124,44); }
div.DivClassName
{
background-color: #207C2C;
}
.BgClassName
{
background-color: #207C2C;
}
</style>
border-color css
<style>
span { border-color: #207C2C; }
span { border-color: rgb(32,124,44); }
td.TdClassName
{
border-color: #207C2C;
}
.TagClassName
{
border-color: #207C2C;
}
</style>