#248E6A

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

Shades of Elf Green #248E6A

Tints of Elf Green #248E6A

Color information

#248E6A (or 0x248E6A) is unknown color: approx Elf Green. HEX triplet: 24, 8E and 6A. RGB value is (36,142,106). Sum of RGB (Red+Green+Blue) = 36+142+106=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #248E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E6A is #DB7195. Grayscale: #6A6A6A. Windows color (decimal): -14381462 or 6983204. OLE color: 6983204.

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

Color convert

RGB36142106-
CMYK0.7500.250.44
HSL159.62º59.55%34.9%-
HSV(B)159.62º74.65%55.69%-
XYZ1320.7616.96-
YUV106.2127.8877.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 142 (55.86% from 255) = 50%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=12.68%
G=50%
B=37.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361421060.7500.250.44159.6259.5534.9
Hex248E6A4B0192Ca03c23
Octal44216152113031542407443
Binary100100100011101101010100101101100110110010100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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