#248170

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

Shades of Elm #248170

Tints of Elm #248170

Color information

#248170 (or 0x248170) is unknown color: approx Elm. HEX triplet: 24, 81 and 70. RGB value is (36,129,112). Sum of RGB (Red+Green+Blue) = 36+129+112=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #248170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248170 is #DB7E8F. Grayscale: #636363. Windows color (decimal): -14384784 or 7373092. OLE color: 7373092.

HSL color Cylindrical-coordinate representation of color #248170: hue angle of 169.03º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248170 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB36129112-
CMYK0.7200.130.49
HSL169.03º56.36%32.35%-
HSV(B)169.03º72.09%50.59%-
XYZ11.517.2518.05-
YUV99.26135.1982.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=13.00%
G=46.57%
B=40.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361291120.7200.130.49169.0356.3632.35
Hex248170480D31a93820
Octal44201160110015612517040
Binary10010010000001111000010010000110111000110101001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248170; }

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

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

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

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

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

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

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

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