#248e64

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

Shades of Elf Green #248E64

Tints of Elf Green #248E64

Color information

#248E64 (or 0x248E64) is unknown color: approx Elf Green. HEX triplet: 24, 8E and 64. RGB value is (36,142,100). Sum of RGB (Red+Green+Blue) = 36+142+100=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #248E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E64 is #DB719B. Grayscale: #696969. Windows color (decimal): -14381468 or 6589988. OLE color: 6589988.

HSL color Cylindrical-coordinate representation of color #248E64: hue angle of 156.23º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E64 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB36142100-
CMYK0.7500.300.44
HSL156.23º59.55%34.9%-
HSV(B)156.23º74.65%55.69%-
XYZ12.720.6415.37-
YUV105.52124.8878.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 142 (55.86% from 255) = 51.08%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=12.95%
G=51.08%
B=35.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361421000.7500.300.44156.2359.5534.9
Hex248E644B01E2C9c3c23
Octal44216144113036542347443
Binary100100100011101100100100101101111010110010011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248e64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248e64; }

 p { color: rgb(36,142,100); }

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

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

 a { background-color: rgb(36,142,100); }

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

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

 span { border-color: rgb(36,142,100); }

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