Shades of Japanese Laurel #247C31
Tints of Japanese Laurel #247C31
RGB
CMYK
RGB Variations
Color information
#247C31 (or 0x247C31) is known color: Japanese Laurel. HEX triplet: 24, 7C and 31. RGB value is (36,124,49). Sum of RGB (Red+Green+Blue) = 36+124+49=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #247C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C31 is #DB83CE. Grayscale: #595959. Windows color (decimal): -14386127 or 3243044. OLE color: 3243044.
HSL color Cylindrical-coordinate representation of color #247C31: hue angle of 128.86º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C31 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 49 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.51 |
| HSL | 128.86º | 0.55% | 0.31% | - |
| HSV(B) | 128.86º | 0.71% | 0.49% | - |
| XYZ | 8.49 | 15.01 | 5.36 | - |
| YUV | 89.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 49 | 0.71 | 0 | 0.60 | 0.51 | 128.86 | 0.55 | 0.31 |
| Hex | 24 | 7C | 31 | 47 | 0 | 3C | 33 | 81 | 37 | 1F |
| Octal | 44 | 174 | 61 | 107 | 0 | 74 | 63 | 201 | 67 | 37 |
| Binary | 100100 | 1111100 | 110001 | 1000111 | 0 | 111100 | 110011 | 10000001 | 110111 | 11111 |
Color Harmonies of #247C31
Complementary color
Monochromatic Colors of #247C31
Black with #247C31
Text Example
Text Example
White with #247C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C31; }
p { color: rgb(36,124,49); }
H1.HeaderClassName
{
color: #247C31;
}
.AnyTagClassName
{
color: #247C31;
}
</style>
background-color css
<style>
a { background-color: #247C31; }
a { background-color: rgb(36,124,49); }
div.DivClassName
{
background-color: #247C31;
}
.BgClassName
{
background-color: #247C31;
}
</style>
border-color css
<style>
span { border-color: #247C31; }
span { border-color: rgb(36,124,49); }
td.TdClassName
{
border-color: #247C31;
}
.TagClassName
{
border-color: #247C31;
}
</style>