Shades of Japanese Laurel #207C30
Tints of Japanese Laurel #207C30
RGB
CMYK
RGB Variations
Color information
#207C30 (or 0x207C30) is known color: Japanese Laurel. HEX triplet: 20, 7C and 30. RGB value is (32,124,48). Sum of RGB (Red+Green+Blue) = 32+124+48=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #207C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C30 is #DF83CF. Grayscale: #585858. Windows color (decimal): -14648272 or 3177504. OLE color: 3177504.
HSL color Cylindrical-coordinate representation of color #207C30: hue angle of 130.43º 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 #207C30 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 48 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.51 |
| HSL | 130.43º | 0.59% | 0.31% | - |
| HSV(B) | 130.43º | 0.74% | 0.49% | - |
| XYZ | 8.34 | 14.94 | 5.24 | - |
| YUV | 87.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 48 | 0.74 | 0 | 0.61 | 0.51 | 130.43 | 0.59 | 0.31 |
| Hex | 20 | 7C | 30 | 4A | 0 | 3D | 33 | 82 | 3B | 1F |
| Octal | 40 | 174 | 60 | 112 | 0 | 75 | 63 | 202 | 73 | 37 |
| Binary | 100000 | 1111100 | 110000 | 1001010 | 0 | 111101 | 110011 | 10000010 | 111011 | 11111 |
Color Harmonies of #207C30
Complementary color
Monochromatic Colors of #207C30
Black with #207C30
Text Example
Text Example
White with #207C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C30; }
p { color: rgb(32,124,48); }
H1.HeaderClassName
{
color: #207C30;
}
.AnyTagClassName
{
color: #207C30;
}
</style>
background-color css
<style>
a { background-color: #207C30; }
a { background-color: rgb(32,124,48); }
div.DivClassName
{
background-color: #207C30;
}
.BgClassName
{
background-color: #207C30;
}
</style>
border-color css
<style>
span { border-color: #207C30; }
span { border-color: rgb(32,124,48); }
td.TdClassName
{
border-color: #207C30;
}
.TagClassName
{
border-color: #207C30;
}
</style>