#248B78

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

Shades of Elf Green #248B78

Tints of Elf Green #248B78

Color information

#248B78 (or 0x248B78) is unknown color: approx Elf Green. HEX triplet: 24, 8B and 78. RGB value is (36,139,120). Sum of RGB (Red+Green+Blue) = 36+139+120=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #248B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B78 is #DB7487. Grayscale: #6A6A6A. Windows color (decimal): -14382216 or 7899940. OLE color: 7899940.

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

Color convert

RGB36139120-
CMYK0.7400.140.45
HSL168.93º58.86%34.31%-
HSV(B)168.93º74.1%54.51%-
XYZ13.3520.220.96-
YUV106.04135.8878.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.20%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=12.20%
G=47.12%
B=40.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361391200.7400.140.45168.9358.8634.31
Hex248B784A0E2Da93b22
Octal44213170112016552517342
Binary10010010001011111100010010100111010110110101001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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