#248672

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

Shades of Elf Green #248672

Tints of Elf Green #248672

Color information

#248672 (or 0x248672) is unknown color: approx Elf Green. HEX triplet: 24, 86 and 72. RGB value is (36,134,114). Sum of RGB (Red+Green+Blue) = 36+134+114=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #248672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248672 is #DB798D. Grayscale: #666666. Windows color (decimal): -14383502 or 7505444. OLE color: 7505444.

HSL color Cylindrical-coordinate representation of color #248672: hue angle of 167.76º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248672 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB36134114-
CMYK0.7300.150.47
HSL167.76º57.65%33.33%-
HSV(B)167.76º73.13%52.55%-
XYZ12.2918.6418.87-
YUV102.42134.5380.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=12.68%
G=47.18%
B=40.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361341140.7300.150.47167.7657.6533.33
Hex248672490F2Fa83a21
Octal44206162111017572507241
Binary10010010000110111001010010010111110111110101000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248672; }

 p { color: rgb(36,134,114); }

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

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

 a { background-color: rgb(36,134,114); }

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

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

 span { border-color: rgb(36,134,114); }

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