Html Css Color HEX #248976 Elf Green

📋 copy color: '#248976'

red 36 ◦ green 137 ◦ blue 118

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

Shades of Elf Green #248976

Tints of Elf Green #248976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 12.37%
G = 47.08%
B = 40.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#248976 (or 0x248976) is known color: Elf Green. HEX triplet: 24, 89 and 76. RGB value is (36,137,118). Sum of RGB (Red+Green+Blue) = 36+137+118=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #248976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248976 is #DB7689. Grayscale: #686868. Windows color (decimal): -14382730 or 7768356. OLE color: 7768356.

HSL color Cylindrical-coordinate representation of color #248976: hue angle of 168.71º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248976 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 118 -
CMYK 0.74 0 0.14 0.46
HSL 168.71º 0.58% 0.34% -
HSV(B) 168.71º 0.74% 0.54% -
XYZ 12.94 19.57 20.24 -
YUV 104.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 36 137 118 0.74 0 0.14 0.46 168.71 0.58 0.34
Hex 24 89 76 4A 0 E 2E A9 3A 22
Octal 44 211 166 112 0 16 56 251 72 42
Binary 100100 10001001 1110110 1001010 0 1110 101110 10101001 111010 100010

Color Harmonies of #248976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248976

Black with #248976

Text Example


Text Example

White with #248976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248976; }

 p { color: rgb(36,137,118); }

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

background-color css

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

 a { background-color: rgb(36,137,118); }

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

border-color css

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

 span { border-color: rgb(36,137,118); }

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