#248D7B

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

Shades of Elf Green #248D7B

Tints of Elf Green #248D7B

Color information

#248D7B (or 0x248D7B) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 7B. RGB value is (36,141,123). Sum of RGB (Red+Green+Blue) = 36+141+123=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #248D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D7B is #DB7284. Grayscale: #6B6B6B. Windows color (decimal): -14381701 or 8097060. OLE color: 8097060.

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

Color convert

RGB36141123-
CMYK0.7400.130.45
HSL169.71º59.32%34.71%-
HSV(B)169.71º74.47%55.29%-
XYZ13.8320.8522.04-
YUV107.55136.7176.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 123 (48.44% from 255) = 41%
R=12%
G=47%
B=41%

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
Decimal361411230.7400.130.45169.7159.3234.71
Hex248D7B4A0D2Daa3b23
Octal44215173112015552527343
Binary10010010001101111101110010100110110110110101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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