#248D7A

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

Shades of Elf Green #248D7A

Tints of Elf Green #248D7A

Color information

#248D7A (or 0x248D7A) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 7A. RGB value is (36,141,122). Sum of RGB (Red+Green+Blue) = 36+141+122=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #248D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D7A is #DB7285. Grayscale: #6B6B6B. Windows color (decimal): -14381702 or 8031524. OLE color: 8031524.

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

Color convert

RGB36141122-
CMYK0.7400.130.45
HSL169.14º59.32%34.71%-
HSV(B)169.14º74.47%55.29%-
XYZ13.7720.8321.71-
YUV107.44136.2177.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.04%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=12.04%
G=47.16%
B=40.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411220.7400.130.45169.1459.3234.71
Hex248D7A4A0D2Da93b23
Octal44215172112015552517343
Binary10010010001101111101010010100110110110110101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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