#248979

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

Shades of Elm #248979

Tints of Elm #248979

Color information

#248979 (or 0x248979) is unknown color: approx Elm. HEX triplet: 24, 89 and 79. RGB value is (36,137,121). Sum of RGB (Red+Green+Blue) = 36+137+121=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #248979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248979 is #DB7686. Grayscale: #686868. Windows color (decimal): -14382727 or 7964964. OLE color: 7964964.

HSL color Cylindrical-coordinate representation of color #248979: hue angle of 170.5º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248979 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB36137121-
CMYK0.7400.120.46
HSL170.5º58.38%33.92%-
HSV(B)170.5º73.72%53.73%-
XYZ13.1219.6521.19-
YUV104.98137.0478.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.24%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=12.24%
G=46.60%
B=41.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361371210.7400.120.46170.558.3833.92
Hex2489794A0C2Eaa3a22
Octal44211171112014562527242
Binary10010010001001111100110010100110010111010101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248979; }

 p { color: rgb(36,137,121); }

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

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

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

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

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

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

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