#248E71

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

Shades of Elf Green #248E71

Tints of Elf Green #248E71

Color information

#248E71 (or 0x248E71) is unknown color: approx Elf Green. HEX triplet: 24, 8E and 71. RGB value is (36,142,113). Sum of RGB (Red+Green+Blue) = 36+142+113=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #248E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E71 is #DB718E. Grayscale: #6B6B6B. Windows color (decimal): -14381455 or 7441956. OLE color: 7441956.

HSL color Cylindrical-coordinate representation of color #248E71: hue angle of 163.58º 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 #248E71 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB36142113-
CMYK0.7500.200.44
HSL163.58º59.55%34.9%-
HSV(B)163.58º74.65%55.69%-
XYZ13.3820.9118.95-
YUV107131.3877.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 142 (55.86% from 255) = 48.80%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=12.37%
G=48.80%
B=38.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361421130.7500.200.44163.5859.5534.9
Hex248E714B0142Ca43c23
Octal44216161113024542447443
Binary100100100011101110001100101101010010110010100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,142,113); }

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

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

 a { background-color: rgb(36,142,113); }

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

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

 span { border-color: rgb(36,142,113); }

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