Shades of Japanese Laurel #207C31
Tints of Japanese Laurel #207C31
RGB
CMYK
RGB Variations
Color information
#207C31 (or 0x207C31) is known color: Japanese Laurel. HEX triplet: 20, 7C and 31. RGB value is (32,124,49). Sum of RGB (Red+Green+Blue) = 32+124+49=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #207C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C31 is #DF83CE. Grayscale: #585858. Windows color (decimal): -14648271 or 3243040. OLE color: 3243040.
HSL color Cylindrical-coordinate representation of color #207C31: hue angle of 131.09º 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 #207C31 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 49 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.51 |
| HSL | 131.09º | 0.59% | 0.31% | - |
| HSV(B) | 131.09º | 0.74% | 0.49% | - |
| XYZ | 8.36 | 14.94 | 5.35 | - |
| YUV | 87.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 49 | 0.74 | 0 | 0.60 | 0.51 | 131.09 | 0.59 | 0.31 |
| Hex | 20 | 7C | 31 | 4A | 0 | 3C | 33 | 83 | 3B | 1F |
| Octal | 40 | 174 | 61 | 112 | 0 | 74 | 63 | 203 | 73 | 37 |
| Binary | 100000 | 1111100 | 110001 | 1001010 | 0 | 111100 | 110011 | 10000011 | 111011 | 11111 |
Color Harmonies of #207C31
Complementary color
Monochromatic Colors of #207C31
Black with #207C31
Text Example
Text Example
White with #207C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C31; }
p { color: rgb(32,124,49); }
H1.HeaderClassName
{
color: #207C31;
}
.AnyTagClassName
{
color: #207C31;
}
</style>
background-color css
<style>
a { background-color: #207C31; }
a { background-color: rgb(32,124,49); }
div.DivClassName
{
background-color: #207C31;
}
.BgClassName
{
background-color: #207C31;
}
</style>
border-color css
<style>
span { border-color: #207C31; }
span { border-color: rgb(32,124,49); }
td.TdClassName
{
border-color: #207C31;
}
.TagClassName
{
border-color: #207C31;
}
</style>