#248D63

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

Shades of Elf Green #248D63

Tints of Elf Green #248D63

Color information

#248D63 (or 0x248D63) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 63. RGB value is (36,141,99). Sum of RGB (Red+Green+Blue) = 36+141+99=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #248D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D63 is #DB729C. Grayscale: #686868. Windows color (decimal): -14381725 or 6524196. OLE color: 6524196.

HSL color Cylindrical-coordinate representation of color #248D63: hue angle of 156º 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 #248D63 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB3614199-
CMYK0.7400.300.45
HSL156º59.32%34.71%-
HSV(B)156º74.47%55.29%-
XYZ12.520.3315.07-
YUV104.82124.7178.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=13.04%
G=51.09%
B=35.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141990.7400.300.4515659.3234.71
Hex248D634A01E2D9c3b23
Octal44215143112036552347343
Binary100100100011011100011100101001111010110110011100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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