#247272

Color #247272 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #247272

Tints of Elm #247272

Color information

#247272 (or 0x247272) is unknown color: approx Elm. HEX triplet: 24, 72 and 72. RGB value is (36,114,114). Sum of RGB (Red+Green+Blue) = 36+114+114=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #247272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247272 is #DB8D8D. Grayscale: #5A5A5A. Windows color (decimal): -14388622 or 7500324. OLE color: 7500324.

HSL color Cylindrical-coordinate representation of color #247272: hue angle of 180º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247272 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB36114114-
CMYK0.68000.55
HSL180º52%29.41%-
HSV(B)180º68.42%44.71%-
XYZ9.7813.6218.03-
YUV90.68141.1689-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=13.64%
G=43.18%
B=43.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361141140.68000.551805229.41
Hex247272440037b4341d
Octal4416216210400672646435
Binary100100111001011100101000100001101111011010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247272; }

 p { color: rgb(36,114,114); }

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

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

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

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

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

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

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