#248366

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

Shades of Elf Green #248366

Tints of Elf Green #248366

Color information

#248366 (or 0x248366) is unknown color: approx Elf Green. HEX triplet: 24, 83 and 66. RGB value is (36,131,102). Sum of RGB (Red+Green+Blue) = 36+131+102=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #248366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248366 is #DB7C99. Grayscale: #636363. Windows color (decimal): -14384282 or 6718244. OLE color: 6718244.

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

Color convert

RGB36131102-
CMYK0.7300.220.49
HSL161.68º56.89%32.75%-
HSV(B)161.68º72.52%51.37%-
XYZ11.2417.5715.37-
YUV99.29129.5382.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.38%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=13.38%
G=48.70%
B=37.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361311020.7300.220.49161.6856.8932.75
Hex2483664901631a23921
Octal44203146111026612427141
Binary100100100000111100110100100101011011000110100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248366; }

 p { color: rgb(36,131,102); }

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

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

 a { background-color: rgb(36,131,102); }

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

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

 span { border-color: rgb(36,131,102); }

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