Html Css Color HEX #248E79 Elf Green

📋 copy color: '#248E79'

red 36 ◦ green 142 ◦ blue 121

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

Shades of Elf Green #248E79

Tints of Elf Green #248E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.49%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 12.04%
G = 47.49%
B = 40.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#248E79 (or 0x248E79) is known color: Elf Green. HEX triplet: 24, 8E and 79. RGB value is (36,142,121). Sum of RGB (Red+Green+Blue) = 36+142+121=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #248E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E79 is #DB7186. Grayscale: #6B6B6B. Windows color (decimal): -14381447 or 7966244. OLE color: 7966244.

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

Color convert

RGB 36 142 121 -
CMYK 0.75 0 0.15 0.44
HSL 168.11º 0.6% 0.35% -
HSV(B) 168.11º 0.75% 0.56% -
XYZ 13.85 21.1 21.43 -
YUV 107.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 36 142 121 0.75 0 0.15 0.44 168.11 0.6 0.35
Hex 24 8E 79 4B 0 F 2C A8 3C 23
Octal 44 216 171 113 0 17 54 250 74 43
Binary 100100 10001110 1111001 1001011 0 1111 101100 10101000 111100 100011

Color Harmonies of #248E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248E79

Black with #248E79

Text Example


Text Example

White with #248E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,142,121); }

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

background-color css

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

 a { background-color: rgb(36,142,121); }

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

border-color css

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

 span { border-color: rgb(36,142,121); }

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