#248D6C

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

Shades of Elf Green #248D6C

Tints of Elf Green #248D6C

Color information

#248D6C (or 0x248D6C) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 6C. RGB value is (36,141,108). Sum of RGB (Red+Green+Blue) = 36+141+108=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #248D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D6C is #DB7293. Grayscale: #696969. Windows color (decimal): -14381716 or 7114020. OLE color: 7114020.

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

Color convert

RGB36141108-
CMYK0.7400.230.45
HSL161.14º59.32%34.71%-
HSV(B)161.14º74.47%55.29%-
XYZ12.9620.5117.46-
YUV105.84129.2178.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=12.63%
G=49.47%
B=37.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411080.7400.230.45161.1459.3234.71
Hex248D6C4A0172Da13b23
Octal44215154112027552417343
Binary100100100011011101100100101001011110110110100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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