#247a70

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

Shades of Elm #247A70

Tints of Elm #247A70

Color information

#247A70 (or 0x247A70) is unknown color: approx Elm. HEX triplet: 24, 7A and 70. RGB value is (36,122,112). Sum of RGB (Red+Green+Blue) = 36+122+112=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #247A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A70 is #DB858F. Grayscale: #5F5F5F. Windows color (decimal): -14386576 or 7371300. OLE color: 7371300.

HSL color Cylindrical-coordinate representation of color #247A70: hue angle of 173.02º 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 #247A70 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB36122112-
CMYK0.7000.080.52
HSL173.02º54.43%30.98%-
HSV(B)173.02º70.49%47.84%-
XYZ10.6115.4617.75-
YUV95.15137.5185.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.33%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=13.33%
G=45.19%
B=41.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361221120.7000.080.52173.0254.4330.98
Hex247A70460834ad361f
Octal44172160106010642556637
Binary100100111101011100001000110010001101001010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,122,112); }

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

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

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

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

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

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

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