#248164

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

Shades of Elf Green #248164

Tints of Elf Green #248164

Color information

#248164 (or 0x248164) is unknown color: approx Elf Green. HEX triplet: 24, 81 and 64. RGB value is (36,129,100). Sum of RGB (Red+Green+Blue) = 36+129+100=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #248164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248164 is #DB7E9B. Grayscale: #616161. Windows color (decimal): -14384796 or 6586660. OLE color: 6586660.

HSL color Cylindrical-coordinate representation of color #248164: hue angle of 161.29º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248164 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB36129100-
CMYK0.7200.220.49
HSL161.29º56.36%32.35%-
HSV(B)161.29º72.09%50.59%-
XYZ10.881714.76-
YUV97.89129.1983.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=13.58%
G=48.68%
B=37.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361291000.7200.220.49161.2956.3632.35
Hex2481644801631a13820
Octal44201144110026612417040
Binary100100100000011100100100100001011011000110100001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248164; }

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

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

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

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

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

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

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

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