#248D78

Color #248D78 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #248D78

Tints of Elf Green #248D78

Color information

#248D78 (or 0x248D78) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 78. RGB value is (36,141,120). Sum of RGB (Red+Green+Blue) = 36+141+120=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #248D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D78 is #DB7287. Grayscale: #6B6B6B. Windows color (decimal): -14381704 or 7900452. OLE color: 7900452.

HSL color Cylindrical-coordinate representation of color #248D78: hue angle of 168º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D78 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB36141120-
CMYK0.7400.150.45
HSL168º59.32%34.71%-
HSV(B)168º74.47%55.29%-
XYZ13.6420.7821.06-
YUV107.21135.2177.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=12.12%
G=47.47%
B=40.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411200.7400.150.4516859.3234.71
Hex248D784A0F2Da83b23
Octal44215170112017552507343
Binary10010010001101111100010010100111110110110101000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248D78; }

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

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

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

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

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

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

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

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