Html Css Color HEX #248977 Elf Green

📋 copy color: '#248977'

red 36 ◦ green 137 ◦ blue 119

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

Shades of Elf Green #248977

Tints of Elf Green #248977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.75%

R = 12.33%
G = 46.92%
B = 40.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#248977 (or 0x248977) is known color: Elf Green. HEX triplet: 24, 89 and 77. RGB value is (36,137,119). Sum of RGB (Red+Green+Blue) = 36+137+119=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #248977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248977 is #DB7688. Grayscale: #686868. Windows color (decimal): -14382729 or 7833892. OLE color: 7833892.

HSL color Cylindrical-coordinate representation of color #248977: hue angle of 169.31º 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 #248977 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 119 -
CMYK 0.74 0 0.13 0.46
HSL 169.31º 0.58% 0.34% -
HSV(B) 169.31º 0.74% 0.54% -
XYZ 13 19.6 20.55 -
YUV 104.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 36 137 119 0.74 0 0.13 0.46 169.31 0.58 0.34
Hex 24 89 77 4A 0 D 2E A9 3A 22
Octal 44 211 167 112 0 15 56 251 72 42
Binary 100100 10001001 1110111 1001010 0 1101 101110 10101001 111010 100010

Color Harmonies of #248977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248977

Black with #248977

Text Example


Text Example

White with #248977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248977; }

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

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

background-color css

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

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

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

border-color css

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

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

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