#247C35

Color #247C35 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #247C35

Tints of Japanese Laurel #247C35

Color information

#247C35 (or 0x247C35) is unknown color: approx Japanese Laurel. HEX triplet: 24, 7C and 35. RGB value is (36,124,53). Sum of RGB (Red+Green+Blue) = 36+124+53=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #247C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C35 is #DB83CA. Grayscale: #595959. Windows color (decimal): -14386123 or 3505188. OLE color: 3505188.

HSL color Cylindrical-coordinate representation of color #247C35: hue angle of 131.59º 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 #247C35 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB3612453-
CMYK0.7100.570.51
HSL131.59º55%31.37%-
HSV(B)131.59º70.97%48.63%-
XYZ8.5815.055.82-
YUV89.59107.3589.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 124 (48.83% from 255) = 58.22%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=16.90%
G=58.22%
B=24.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36124530.7100.570.51131.595531.37
Hex247C35470393384371f
Octal4417465107071632046737
Binary1001001111100110101100011101110011100111000010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247C35; }

 p { color: rgb(36,124,53); }

 H1.HeaderClassName
 {
   color: #247C35;
 }
 .AnyTagClassName
 {
   color: #247C35;
 }
</style>
background-color css

<style>
 a { background-color: #247C35; }

 a { background-color: rgb(36,124,53); }

 div.DivClassName
 {
   background-color: #247C35;
 }
 .BgClassName
 {
   background-color: #247C35;
 }
</style>
border-color css

<style>
 span { border-color: #247C35; }

 span { border-color: rgb(36,124,53); }

 td.TdClassName
 {
   border-color: #247C35;
 }
 .TagClassName
 {
   border-color: #247C35;
 }
</style>