#249479

Color #249479 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #249479

Tints of Elf Green #249479

Color information

#249479 (or 0x249479) is unknown color: approx Elf Green. HEX triplet: 24, 94 and 79. RGB value is (36,148,121). Sum of RGB (Red+Green+Blue) = 36+148+121=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #249479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249479 is #DB6B86. Grayscale: #6F6F6F. Windows color (decimal): -14379911 or 7967780. OLE color: 7967780.

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

Color convert

RGB36148121-
CMYK0.7600.180.42
HSL165.54º60.87%36.08%-
HSV(B)165.54º75.68%58.04%-
XYZ14.7722.9421.74-
YUV111.43133.3974.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.80%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=11.80%
G=48.52%
B=39.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361481210.7600.180.42165.5460.8736.08
Hex2494794C0122Aa63d24
Octal44224171114022522467544
Binary100100100101001111001100110001001010101010100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249479; }

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

 H1.HeaderClassName
 {
   color: #249479;
 }
 .AnyTagClassName
 {
   color: #249479;
 }
</style>
background-color css

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

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

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

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

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

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