#247D35

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

Shades of Japanese Laurel #247D35

Tints of Japanese Laurel #247D35

Color information

#247D35 (or 0x247D35) is unknown color: approx Japanese Laurel. HEX triplet: 24, 7D and 35. RGB value is (36,125,53). Sum of RGB (Red+Green+Blue) = 36+125+53=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 125 (49.22% from 255 or 58.41% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 125 - color contains mainly: green. Hex color #247D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247D35 is #DB82CA. Grayscale: #5A5A5A. Windows color (decimal): -14385867 or 3505444. OLE color: 3505444.

HSL color Cylindrical-coordinate representation of color #247D35: hue angle of 131.46º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247D35 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB3612553-
CMYK0.7100.580.51
HSL131.46º55.28%31.57%-
HSV(B)131.46º71.2%49.02%-
XYZ8.715.35.86-
YUV90.18107.0189.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 125 (49.22% from 255) = 58.41%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=16.82%
G=58.41%
B=24.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36125530.7100.580.51131.4655.2831.57
Hex247D354703A33833720
Octal4417565107072632036740
Binary10010011111011101011000111011101011001110000011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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