Html Css Color HEX #249475 Elf Green

📋 copy color: '#249475'

red 36 ◦ green 148 ◦ blue 117

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

Shades of Elf Green #249475

Tints of Elf Green #249475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 11.96%
G = 49.17%
B = 38.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#249475 (or 0x249475) is known color: Elf Green. HEX triplet: 24, 94 and 75. RGB value is (36,148,117). Sum of RGB (Red+Green+Blue) = 36+148+117=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #249475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249475 is #DB6B8A. Grayscale: #6E6E6E. Windows color (decimal): -14379915 or 7705636. OLE color: 7705636.

HSL color Cylindrical-coordinate representation of color #249475: hue angle of 163.39º 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 #249475 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 148 117 -
CMYK 0.76 0 0.21 0.42
HSL 163.39º 0.61% 0.36% -
HSV(B) 163.39º 0.76% 0.58% -
XYZ 14.53 22.84 20.47 -
YUV 110.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 36 148 117 0.76 0 0.21 0.42 163.39 0.61 0.36
Hex 24 94 75 4C 0 15 2A A3 3D 24
Octal 44 224 165 114 0 25 52 243 75 44
Binary 100100 10010100 1110101 1001100 0 10101 101010 10100011 111101 100100

Color Harmonies of #249475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249475

Black with #249475

Text Example


Text Example

White with #249475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249475; }

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

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

background-color css

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

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

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

border-color css

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

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

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