#247F72

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

Shades of Elm #247F72

Tints of Elm #247F72

Color information

#247F72 (or 0x247F72) is unknown color: approx Elm. HEX triplet: 24, 7F and 72. RGB value is (36,127,114). Sum of RGB (Red+Green+Blue) = 36+127+114=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #247F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F72 is #DB808D. Grayscale: #626262. Windows color (decimal): -14385294 or 7503652. OLE color: 7503652.

HSL color Cylindrical-coordinate representation of color #247F72: hue angle of 171.43º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F72 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB36127114-
CMYK0.7200.100.50
HSL171.43º55.83%31.96%-
HSV(B)171.43º71.65%49.8%-
XYZ11.3516.7718.56-
YUV98.31136.8583.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=13.00%
G=45.85%
B=41.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361271140.7200.100.50171.4355.8331.96
Hex247F72480A32ab3820
Octal44177162110012622537040
Binary1001001111111111001010010000101011001010101011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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