#248F7B

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

Shades of Elf Green #248F7B

Tints of Elf Green #248F7B

Color information

#248F7B (or 0x248F7B) is unknown color: approx Elf Green. HEX triplet: 24, 8F and 7B. RGB value is (36,143,123). Sum of RGB (Red+Green+Blue) = 36+143+123=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #248F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F7B is #DB7084. Grayscale: #6C6C6C. Windows color (decimal): -14381189 or 8097572. OLE color: 8097572.

HSL color Cylindrical-coordinate representation of color #248F7B: hue angle of 168.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F7B is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB36143123-
CMYK0.7500.140.44
HSL168.79º59.78%35.1%-
HSV(B)168.79º74.83%56.08%-
XYZ14.1321.4522.13-
YUV108.73136.0576.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.92%
GREEN value IS 143 (56.25% from 255) = 47.35%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=11.92%
G=47.35%
B=40.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431230.7500.140.44168.7959.7835.1
Hex248F7B4B0E2Ca93c23
Octal44217173113016542517443
Binary10010010001111111101110010110111010110010101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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