Html Css Color HEX #248F7C Elf Green

📋 copy color: '#248F7C'

red 36 ◦ green 143 ◦ blue 124

#248F7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #248F7C

Tints of Elf Green #248F7C

RGB

 RED value IS 36 (14.45% from 255) = 11.88%

 GREEN value IS 143 (56.25% from 255) = 47.19%

 BLUE value IS 124 (48.83% from 255) = 40.92%

R = 11.88%
G = 47.19%
B = 40.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#248F7C (or 0x248F7C) is known color: Elf Green. HEX triplet: 24, 8F and 7C. RGB value is (36,143,124). Sum of RGB (Red+Green+Blue) = 36+143+124=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 143 - color contains mainly: green. Hex color #248F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F7C is #DB7083. Grayscale: #6C6C6C. Windows color (decimal): -14381188 or 8163108. OLE color: 8163108.

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

Color convert

RGB 36 143 124 -
CMYK 0.75 0 0.13 0.44
HSL 169.35º 0.6% 0.35% -
HSV(B) 169.35º 0.75% 0.56% -
XYZ 14.19 21.48 22.47 -
YUV 108.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 36 143 124 0.75 0 0.13 0.44 169.35 0.6 0.35
Hex 24 8F 7C 4B 0 D 2C A9 3C 23
Octal 44 217 174 113 0 15 54 251 74 43
Binary 100100 10001111 1111100 1001011 0 1101 101100 10101001 111100 100011

Color Harmonies of #248F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F7C

Black with #248F7C

Text Example


Text Example

White with #248F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #248F7C;
 }
 .AnyTagClassName
 {
   color: #248F7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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