#248C7A

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

Shades of Elf Green #248C7A

Tints of Elf Green #248C7A

Color information

#248C7A (or 0x248C7A) is unknown color: approx Elf Green. HEX triplet: 24, 8C and 7A. RGB value is (36,140,122). Sum of RGB (Red+Green+Blue) = 36+140+122=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #248C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C7A is #DB7385. Grayscale: #6A6A6A. Windows color (decimal): -14381958 or 8031268. OLE color: 8031268.

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

Color convert

RGB36140122-
CMYK0.7400.130.45
HSL169.62º59.09%34.51%-
HSV(B)169.62º74.29%54.9%-
XYZ13.6220.5421.66-
YUV106.85136.5477.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.08%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=12.08%
G=46.98%
B=40.94%

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
Decimal361401220.7400.130.45169.6259.0934.51
Hex248C7A4A0D2Daa3b23
Octal44214172112015552527343
Binary10010010001100111101010010100110110110110101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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