Html Css Color HEX #249477 Elf Green

📋 copy color: '#249477'

red 36 ◦ green 148 ◦ blue 119

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

Shades of Elf Green #249477

Tints of Elf Green #249477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

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

R = 11.88%
G = 48.84%
B = 39.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#249477 (or 0x249477) is known color: Elf Green. HEX triplet: 24, 94 and 77. RGB value is (36,148,119). Sum of RGB (Red+Green+Blue) = 36+148+119=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #249477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249477 is #DB6B88. Grayscale: #6F6F6F. Windows color (decimal): -14379913 or 7836708. OLE color: 7836708.

HSL color Cylindrical-coordinate representation of color #249477: hue angle of 164.46º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249477 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 148 119 -
CMYK 0.76 0 0.20 0.42
HSL 164.46º 0.61% 0.36% -
HSV(B) 164.46º 0.76% 0.58% -
XYZ 14.65 22.89 21.1 -
YUV 111.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 36 148 119 0.76 0 0.20 0.42 164.46 0.61 0.36
Hex 24 94 77 4C 0 14 2A A4 3D 24
Octal 44 224 167 114 0 24 52 244 75 44
Binary 100100 10010100 1110111 1001100 0 10100 101010 10100100 111101 100100

Color Harmonies of #249477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249477

Black with #249477

Text Example


Text Example

White with #249477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249477; }

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

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

background-color css

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

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

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

border-color css

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

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

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