#248978

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

Shades of Elm #248978

Tints of Elm #248978

Color information

#248978 (or 0x248978) is unknown color: approx Elm. HEX triplet: 24, 89 and 78. RGB value is (36,137,120). Sum of RGB (Red+Green+Blue) = 36+137+120=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #248978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248978 is #DB7687. Grayscale: #686868. Windows color (decimal): -14382728 or 7899428. OLE color: 7899428.

HSL color Cylindrical-coordinate representation of color #248978: hue angle of 169.9º 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 #248978 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB36137120-
CMYK0.7400.120.46
HSL169.9º58.38%33.92%-
HSV(B)169.9º73.72%53.73%-
XYZ13.0619.6220.87-
YUV104.86136.5478.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.29%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=12.29%
G=46.76%
B=40.96%

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
Decimal361371200.7400.120.46169.958.3833.92
Hex2489784A0C2Eaa3a22
Octal44211170112014562527242
Binary10010010001001111100010010100110010111010101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248978; }

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

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

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

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

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

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

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

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