Shades of Japanese Laurel #247A34
Tints of Japanese Laurel #247A34
RGB
CMYK
RGB Variations
Color information
#247A34 (or 0x247A34) is known color: Japanese Laurel. HEX triplet: 24, 7A and 34. RGB value is (36,122,52). Sum of RGB (Red+Green+Blue) = 36+122+52=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #247A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247A34 is #DB85CB. Grayscale: #585858. Windows color (decimal): -14386636 or 3439140. OLE color: 3439140.
HSL color Cylindrical-coordinate representation of color #247A34: hue angle of 131.16º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A34 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 122 | 52 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.52 |
| HSL | 131.16º | 0.54% | 0.31% | - |
| HSV(B) | 131.16º | 0.7% | 0.48% | - |
| XYZ | 8.31 | 14.54 | 5.62 | - |
| YUV | 88.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 52 | 0.70 | 0 | 0.57 | 0.52 | 131.16 | 0.54 | 0.31 |
| Hex | 24 | 7A | 34 | 46 | 0 | 39 | 34 | 83 | 36 | 1F |
| Octal | 44 | 172 | 64 | 106 | 0 | 71 | 64 | 203 | 66 | 37 |
| Binary | 100100 | 1111010 | 110100 | 1000110 | 0 | 111001 | 110100 | 10000011 | 110110 | 11111 |
Color Harmonies of #247A34
Complementary color
Monochromatic Colors of #247A34
Black with #247A34
Text Example
Text Example
White with #247A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A34; }
p { color: rgb(36,122,52); }
H1.HeaderClassName
{
color: #247A34;
}
.AnyTagClassName
{
color: #247A34;
}
</style>
background-color css
<style>
a { background-color: #247A34; }
a { background-color: rgb(36,122,52); }
div.DivClassName
{
background-color: #247A34;
}
.BgClassName
{
background-color: #247A34;
}
</style>
border-color css
<style>
span { border-color: #247A34; }
span { border-color: rgb(36,122,52); }
td.TdClassName
{
border-color: #247A34;
}
.TagClassName
{
border-color: #247A34;
}
</style>