#249468

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

Shades of Elf Green #249468

Tints of Elf Green #249468

Color information

#249468 (or 0x249468) is unknown color: approx Elf Green. HEX triplet: 24, 94 and 68. RGB value is (36,148,104). Sum of RGB (Red+Green+Blue) = 36+148+104=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #249468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249468 is #DB6B97. Grayscale: #6D6D6D. Windows color (decimal): -14379928 or 6853668. OLE color: 6853668.

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

Color convert

RGB36148104-
CMYK0.7600.300.42
HSL156.43º60.87%36.08%-
HSV(B)156.43º75.68%58.04%-
XYZ13.8222.5516.72-
YUV109.5124.8975.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 148 (58.20% from 255) = 51.39%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=12.5%
G=51.39%
B=36.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361481040.7600.300.42156.4360.8736.08
Hex2494684C01E2A9c3d24
Octal44224150114036522347544
Binary100100100101001101000100110001111010101010011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249468; }

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

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

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

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

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

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

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

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