Shades of Japanese Laurel #247C33
Tints of Japanese Laurel #247C33
RGB
CMYK
RGB Variations
Color information
#247C33 (or 0x247C33) is known color: Japanese Laurel. HEX triplet: 24, 7C and 33. RGB value is (36,124,51). Sum of RGB (Red+Green+Blue) = 36+124+51=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #247C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C33 is #DB83CC. Grayscale: #595959. Windows color (decimal): -14386125 or 3374116. OLE color: 3374116.
HSL color Cylindrical-coordinate representation of color #247C33: hue angle of 130.23º 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 #247C33 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 51 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.51 |
| HSL | 130.23º | 0.55% | 0.31% | - |
| HSV(B) | 130.23º | 0.71% | 0.49% | - |
| XYZ | 8.53 | 15.03 | 5.58 | - |
| YUV | 89.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 51 | 0.71 | 0 | 0.59 | 0.51 | 130.23 | 0.55 | 0.31 |
| Hex | 24 | 7C | 33 | 47 | 0 | 3B | 33 | 82 | 37 | 1F |
| Octal | 44 | 174 | 63 | 107 | 0 | 73 | 63 | 202 | 67 | 37 |
| Binary | 100100 | 1111100 | 110011 | 1000111 | 0 | 111011 | 110011 | 10000010 | 110111 | 11111 |
Color Harmonies of #247C33
Complementary color
Monochromatic Colors of #247C33
Black with #247C33
Text Example
Text Example
White with #247C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C33; }
p { color: rgb(36,124,51); }
H1.HeaderClassName
{
color: #247C33;
}
.AnyTagClassName
{
color: #247C33;
}
</style>
background-color css
<style>
a { background-color: #247C33; }
a { background-color: rgb(36,124,51); }
div.DivClassName
{
background-color: #247C33;
}
.BgClassName
{
background-color: #247C33;
}
</style>
border-color css
<style>
span { border-color: #247C33; }
span { border-color: rgb(36,124,51); }
td.TdClassName
{
border-color: #247C33;
}
.TagClassName
{
border-color: #247C33;
}
</style>