#248F7C

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

Shades of Elf Green #248F7C

Tints of Elf Green #248F7C

Color information

#248F7C (or 0x248F7C) is unknown color: approx Elf Green. HEX triplet: 24, 8F and 7C. RGB value is (36,143,124). Sum of RGB (Red+Green+Blue) = 36+143+124=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 143 - color contains mainly: green. Hex color #248F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F7C is #DB7083. Grayscale: #6C6C6C. Windows color (decimal): -14381188 or 8163108. OLE color: 8163108.

HSL color Cylindrical-coordinate representation of color #248F7C: hue angle of 169.35º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F7C is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB36143124-
CMYK0.7500.130.44
HSL169.35º59.78%35.1%-
HSV(B)169.35º74.83%56.08%-
XYZ14.1921.4822.47-
YUV108.84136.5576.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 143 (56.25% from 255) = 47.19%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=11.88%
G=47.19%
B=40.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431240.7500.130.44169.3559.7835.1
Hex248F7C4B0D2Ca93c23
Octal44217174113015542517443
Binary10010010001111111110010010110110110110010101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,124); }

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

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

 a { background-color: rgb(36,143,124); }

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

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

 span { border-color: rgb(36,143,124); }

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