#248D6A

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

Shades of Elf Green #248D6A

Tints of Elf Green #248D6A

Color information

#248D6A (or 0x248D6A) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 6A. RGB value is (36,141,106). Sum of RGB (Red+Green+Blue) = 36+141+106=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #248D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D6A is #DB7295. Grayscale: #696969. Windows color (decimal): -14381718 or 6982948. OLE color: 6982948.

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

Color convert

RGB36141106-
CMYK0.7400.250.45
HSL160º59.32%34.71%-
HSV(B)160º74.47%55.29%-
XYZ12.8520.4716.91-
YUV105.62128.2178.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 141 (55.47% from 255) = 49.82%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=12.72%
G=49.82%
B=37.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411060.7400.250.4516059.3234.71
Hex248D6A4A0192Da03b23
Octal44215152112031552407343
Binary100100100011011101010100101001100110110110100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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