Html Css Color HEX #248F7B Elf Green

📋 copy color: '#248F7B'

red 36 ◦ green 143 ◦ blue 123

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

Shades of Elf Green #248F7B

Tints of Elf Green #248F7B

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 value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#248F7B (or 0x248F7B) is known color: 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

RGB 36 143 123 -
CMYK 0.75 0 0.14 0.44
HSL 168.79º 0.6% 0.35% -
HSV(B) 168.79º 0.75% 0.56% -
XYZ 14.13 21.45 22.13 -
YUV 108.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 36 143 123 0.75 0 0.14 0.44 168.79 0.6 0.35
Hex 24 8F 7B 4B 0 E 2C A9 3C 23
Octal 44 217 173 113 0 16 54 251 74 43
Binary 100100 10001111 1111011 1001011 0 1110 101100 10101001 111100 100011

Color Harmonies of #248F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248F7B

Black with #248F7B

Text Example


Text Example

White with #248F7B

Text Example


Text Example

HTML Codes & Css Web 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>